Html Css Color HEX #576F8A Kashmir Blue

📋 copy color: '#576F8A'

red 87 ◦ green 111 ◦ blue 138

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

Shades of Kashmir Blue #576F8A

Tints of Kashmir Blue #576F8A

RGB

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

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

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

R = 25.89%
G = 33.04%
B = 41.07%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#576F8A (or 0x576F8A) is known color: Kashmir Blue. HEX triplet: 57, 6F and 8A. RGB value is (87,111,138). Sum of RGB (Red+Green+Blue) = 87+111+138=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #576F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F8A is #A89075. Grayscale: #6A6A6A. Windows color (decimal): -11047030 or 9072471. OLE color: 9072471.

HSL color Cylindrical-coordinate representation of color #576F8A: hue angle of 211.76º 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 #576F8A is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 111 138 -
CMYK 0.37 0.20 0 0.46
HSL 211.76º 0.23% 0.44% -
HSV(B) 211.76º 0.37% 0.54% -
XYZ 14.2 15.23 26.24 -
YUV 106.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 87 111 138 0.37 0.20 0 0.46 211.76 0.23 0.44
Hex 57 6F 8A 25 14 0 2E D4 17 2C
Octal 127 157 212 45 24 0 56 324 27 54
Binary 1010111 1101111 10001010 100101 10100 0 101110 11010100 10111 101100

Color Harmonies of #576F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F8A

Black with #576F8A

Text Example


Text Example

White with #576F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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