Html Css Color HEX #536687 Kashmir Blue

📋 copy color: '#536687'

red 83 ◦ green 102 ◦ blue 135

#536687
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #536687

Tints of Kashmir Blue #536687

RGB

 RED value IS 83 (32.81% from 255) = 25.94%

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 25.94%
G = 31.88%
B = 42.19%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536687 (or 0x536687) is known color: Kashmir Blue. HEX triplet: 53, 66 and 87. RGB value is (83,102,135). Sum of RGB (Red+Green+Blue) = 83+102+135=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #536687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536687 is #AC9978. Grayscale: #636363. Windows color (decimal): -11311481 or 8873555. OLE color: 8873555.

HSL color Cylindrical-coordinate representation of color #536687: hue angle of 218.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536687 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 102 135 -
CMYK 0.39 0.24 0 0.47
HSL 218.08º 0.24% 0.43% -
HSV(B) 218.08º 0.39% 0.53% -
XYZ 12.69 13.09 24.78 -
YUV 100.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 83 102 135 0.39 0.24 0 0.47 218.08 0.24 0.43
Hex 53 66 87 27 18 0 2F DA 18 2B
Octal 123 146 207 47 30 0 57 332 30 53
Binary 1010011 1100110 10000111 100111 11000 0 101111 11011010 11000 101011

Color Harmonies of #536687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536687

Black with #536687

Text Example


Text Example

White with #536687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536687; }

 p { color: rgb(83,102,135); }

 H1.HeaderClassName
 {
   color: #536687;
 }
 .AnyTagClassName
 {
   color: #536687;
 }
</style>

background-color css

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

 a { background-color: rgb(83,102,135); }

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

border-color css

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

 span { border-color: rgb(83,102,135); }

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