#536993

Color #536993 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #536993

Tints of Kashmir Blue #536993

Color information

#536993 (or 0x536993) is unknown color: approx Kashmir Blue. HEX triplet: 53, 69 and 93. RGB value is (83,105,147). Sum of RGB (Red+Green+Blue) = 83+105+147=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #536993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536993 is #AC966C. Grayscale: #676767. Windows color (decimal): -11310701 or 9660755. OLE color: 9660755.

HSL color Cylindrical-coordinate representation of color #536993: hue angle of 219.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #536993 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83105147-
CMYK0.440.2900.42
HSL219.38º27.83%45.1%-
HSV(B)219.38º43.54%57.65%-
XYZ13.8914.0529.58-
YUV103.21152.71113.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=24.78%
G=31.34%
B=43.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831051470.440.2900.42219.3827.8345.1
Hex5369932C1D02Adb1c2d
Octal12315122354350523333455
Binary10100111101001100100111011001110101010101101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536993; }

 p { color: rgb(83,105,147); }

 H1.HeaderClassName
 {
   color: #536993;
 }
 .AnyTagClassName
 {
   color: #536993;
 }
</style>
background-color css

<style>
 a { background-color: #536993; }

 a { background-color: rgb(83,105,147); }

 div.DivClassName
 {
   background-color: #536993;
 }
 .BgClassName
 {
   background-color: #536993;
 }
</style>
border-color css

<style>
 span { border-color: #536993; }

 span { border-color: rgb(83,105,147); }

 td.TdClassName
 {
   border-color: #536993;
 }
 .TagClassName
 {
   border-color: #536993;
 }
</style>