Html Css Color HEX #576B8F Kashmir Blue

📋 copy color: '#576B8F'

red 87 ◦ green 107 ◦ blue 143

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

Shades of Kashmir Blue #576B8F

Tints of Kashmir Blue #576B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 25.82%
G = 31.75%
B = 42.43%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#576B8F (or 0x576B8F) is known color: Kashmir Blue. HEX triplet: 57, 6B and 8F. RGB value is (87,107,143). Sum of RGB (Red+Green+Blue) = 87+107+143=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #576B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B8F is #A89470. Grayscale: #686868. Windows color (decimal): -11048049 or 9399127. OLE color: 9399127.

HSL color Cylindrical-coordinate representation of color #576B8F: hue angle of 218.57º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #576B8F is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 107 143 -
CMYK 0.39 0.25 0 0.44
HSL 218.57º 0.24% 0.45% -
HSV(B) 218.57º 0.39% 0.56% -
XYZ 14.15 14.52 28.04 -
YUV 105.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 87 107 143 0.39 0.25 0 0.44 218.57 0.24 0.45
Hex 57 6B 8F 27 19 0 2C DB 18 2D
Octal 127 153 217 47 31 0 54 333 30 55
Binary 1010111 1101011 10001111 100111 11001 0 101100 11011011 11000 101101

Color Harmonies of #576B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576B8F

Black with #576B8F

Text Example


Text Example

White with #576B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576B8F; }

 p { color: rgb(87,107,143); }

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

background-color css

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

 a { background-color: rgb(87,107,143); }

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

border-color css

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

 span { border-color: rgb(87,107,143); }

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