Html Css Color HEX #576A8A Kashmir Blue

📋 copy color: '#576A8A'

red 87 ◦ green 106 ◦ blue 138

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

Shades of Kashmir Blue #576A8A

Tints of Kashmir Blue #576A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 26.28%
G = 32.02%
B = 41.69%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#576A8A (or 0x576A8A) is known color: Kashmir Blue. HEX triplet: 57, 6A and 8A. RGB value is (87,106,138). Sum of RGB (Red+Green+Blue) = 87+106+138=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #576A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A8A is #A89575. Grayscale: #676767. Windows color (decimal): -11048310 or 9071191. OLE color: 9071191.

HSL color Cylindrical-coordinate representation of color #576A8A: hue angle of 217.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #576A8A is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 106 138 -
CMYK 0.37 0.23 0 0.46
HSL 217.65º 0.23% 0.44% -
HSV(B) 217.65º 0.37% 0.54% -
XYZ 13.67 14.17 26.06 -
YUV 103.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 87 106 138 0.37 0.23 0 0.46 217.65 0.23 0.44
Hex 57 6A 8A 25 17 0 2E DA 17 2C
Octal 127 152 212 45 27 0 56 332 27 54
Binary 1010111 1101010 10001010 100101 10111 0 101110 11011010 10111 101100

Color Harmonies of #576A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A8A

Black with #576A8A

Text Example


Text Example

White with #576A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,106,138); }

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

background-color css

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

 a { background-color: rgb(87,106,138); }

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

border-color css

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

 span { border-color: rgb(87,106,138); }

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