Html Css Color HEX #576F8D Kashmir Blue

📋 copy color: '#576F8D'

red 87 ◦ green 111 ◦ blue 141

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

Shades of Kashmir Blue #576F8D

Tints of Kashmir Blue #576F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 25.66%
G = 32.74%
B = 41.59%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#576F8D (or 0x576F8D) is known color: Kashmir Blue. HEX triplet: 57, 6F and 8D. RGB value is (87,111,141). Sum of RGB (Red+Green+Blue) = 87+111+141=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #576F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F8D is #A89072. Grayscale: #6B6B6B. Windows color (decimal): -11047027 or 9269079. OLE color: 9269079.

HSL color Cylindrical-coordinate representation of color #576F8D: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #576F8D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 111 141 -
CMYK 0.38 0.21 0 0.45
HSL 213.33º 0.24% 0.45% -
HSV(B) 213.33º 0.38% 0.55% -
XYZ 14.42 15.32 27.4 -
YUV 107.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 87 111 141 0.38 0.21 0 0.45 213.33 0.24 0.45
Hex 57 6F 8D 26 15 0 2D D5 18 2D
Octal 127 157 215 46 25 0 55 325 30 55
Binary 1010111 1101111 10001101 100110 10101 0 101101 11010101 11000 101101

Color Harmonies of #576F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F8D

Black with #576F8D

Text Example


Text Example

White with #576F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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