Html Css Color HEX #576688 Kashmir Blue

📋 copy color: '#576688'

red 87 ◦ green 102 ◦ blue 136

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

Shades of Kashmir Blue #576688

Tints of Kashmir Blue #576688

RGB

 RED value IS 87 (34.38% from 255) = 26.77%

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

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

R = 26.77%
G = 31.38%
B = 41.85%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576688 (or 0x576688) is known color: Kashmir Blue. HEX triplet: 57, 66 and 88. RGB value is (87,102,136). Sum of RGB (Red+Green+Blue) = 87+102+136=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #576688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576688 is #A89977. Grayscale: #656565. Windows color (decimal): -11049336 or 8939095. OLE color: 8939095.

HSL color Cylindrical-coordinate representation of color #576688: hue angle of 221.63º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576688 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 102 136 -
CMYK 0.36 0.25 0 0.47
HSL 221.63º 0.22% 0.44% -
HSV(B) 221.63º 0.36% 0.53% -
XYZ 13.13 13.31 25.17 -
YUV 101.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 87 102 136 0.36 0.25 0 0.47 221.63 0.22 0.44
Hex 57 66 88 24 19 0 2F DE 16 2C
Octal 127 146 210 44 31 0 57 336 26 54
Binary 1010111 1100110 10001000 100100 11001 0 101111 11011110 10110 101100

Color Harmonies of #576688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576688

Black with #576688

Text Example


Text Example

White with #576688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576688; }

 p { color: rgb(87,102,136); }

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

background-color css

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

 a { background-color: rgb(87,102,136); }

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

border-color css

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

 span { border-color: rgb(87,102,136); }

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