Html Css Color HEX #576F93 Kashmir Blue

📋 copy color: '#576F93'

red 87 ◦ green 111 ◦ blue 147

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

Shades of Kashmir Blue #576F93

Tints of Kashmir Blue #576F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 25.22%
G = 32.17%
B = 42.61%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576F93 (or 0x576F93) is known color: Kashmir Blue. HEX triplet: 57, 6F and 93. RGB value is (87,111,147). Sum of RGB (Red+Green+Blue) = 87+111+147=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #576F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F93 is #A8906C. Grayscale: #6B6B6B. Windows color (decimal): -11047021 or 9662295. OLE color: 9662295.

HSL color Cylindrical-coordinate representation of color #576F93: hue angle of 216º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #576F93 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 111 147 -
CMYK 0.41 0.24 0 0.42
HSL 216º 0.26% 0.46% -
HSV(B) 216º 0.41% 0.58% -
XYZ 14.88 15.5 29.81 -
YUV 107.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 87 111 147 0.41 0.24 0 0.42 216 0.26 0.46
Hex 57 6F 93 29 18 0 2A D8 1A 2E
Octal 127 157 223 51 30 0 52 330 32 56
Binary 1010111 1101111 10010011 101001 11000 0 101010 11011000 11010 101110

Color Harmonies of #576F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F93

Black with #576F93

Text Example


Text Example

White with #576F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,111,147); }

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

background-color css

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

 a { background-color: rgb(87,111,147); }

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

border-color css

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

 span { border-color: rgb(87,111,147); }

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