Html Css Color HEX #576F8B Kashmir Blue

📋 copy color: '#576F8B'

red 87 ◦ green 111 ◦ blue 139

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

Shades of Kashmir Blue #576F8B

Tints of Kashmir Blue #576F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 25.82%
G = 32.94%
B = 41.25%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#576F8B (or 0x576F8B) is known color: Kashmir Blue. HEX triplet: 57, 6F and 8B. RGB value is (87,111,139). Sum of RGB (Red+Green+Blue) = 87+111+139=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #576F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F8B is #A89074. Grayscale: #6A6A6A. Windows color (decimal): -11047029 or 9138007. OLE color: 9138007.

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

Color convert

RGB 87 111 139 -
CMYK 0.37 0.20 0 0.45
HSL 212.31º 0.23% 0.44% -
HSV(B) 212.31º 0.37% 0.55% -
XYZ 14.28 15.26 26.62 -
YUV 107.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 87 111 139 0.37 0.20 0 0.45 212.31 0.23 0.44
Hex 57 6F 8B 25 14 0 2D D4 17 2C
Octal 127 157 213 45 24 0 55 324 27 54
Binary 1010111 1101111 10001011 100101 10100 0 101101 11010100 10111 101100

Color Harmonies of #576F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F8B

Black with #576F8B

Text Example


Text Example

White with #576F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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