Html Css Color HEX #536888 Kashmir Blue

📋 copy color: '#536888'

red 83 ◦ green 104 ◦ blue 136

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

Shades of Kashmir Blue #536888

Tints of Kashmir Blue #536888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 25.7%
G = 32.2%
B = 42.11%

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

#536888 (or 0x536888) is known color: Kashmir Blue. HEX triplet: 53, 68 and 88. RGB value is (83,104,136). Sum of RGB (Red+Green+Blue) = 83+104+136=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #536888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536888 is #AC9777. Grayscale: #656565. Windows color (decimal): -11310968 or 8939603. OLE color: 8939603.

HSL color Cylindrical-coordinate representation of color #536888: hue angle of 216.23º 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 #536888 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 104 136 -
CMYK 0.39 0.24 0 0.47
HSL 216.23º 0.24% 0.43% -
HSV(B) 216.23º 0.39% 0.53% -
XYZ 12.96 13.52 25.22 -
YUV 101.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 83 104 136 0.39 0.24 0 0.47 216.23 0.24 0.43
Hex 53 68 88 27 18 0 2F D8 18 2B
Octal 123 150 210 47 30 0 57 330 30 53
Binary 1010011 1101000 10001000 100111 11000 0 101111 11011000 11000 101011

Color Harmonies of #536888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536888

Black with #536888

Text Example


Text Example

White with #536888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536888; }

 p { color: rgb(83,104,136); }

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

background-color css

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

 a { background-color: rgb(83,104,136); }

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

border-color css

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

 span { border-color: rgb(83,104,136); }

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