Html Css Color HEX #576C8C Kashmir Blue

📋 copy color: '#576C8C'

red 87 ◦ green 108 ◦ blue 140

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

Shades of Kashmir Blue #576C8C

Tints of Kashmir Blue #576C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 25.97%
G = 32.24%
B = 41.79%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#576C8C (or 0x576C8C) is known color: Kashmir Blue. HEX triplet: 57, 6C and 8C. RGB value is (87,108,140). Sum of RGB (Red+Green+Blue) = 87+108+140=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #576C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C8C is #A89373. Grayscale: #696969. Windows color (decimal): -11047796 or 9202775. OLE color: 9202775.

HSL color Cylindrical-coordinate representation of color #576C8C: hue angle of 216.23º degrees, saturation: 0.23, 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 #576C8C is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 108 140 -
CMYK 0.38 0.23 0 0.45
HSL 216.23º 0.23% 0.45% -
HSV(B) 216.23º 0.38% 0.55% -
XYZ 14.03 14.64 26.9 -
YUV 105.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 87 108 140 0.38 0.23 0 0.45 216.23 0.23 0.45
Hex 57 6C 8C 26 17 0 2D D8 17 2D
Octal 127 154 214 46 27 0 55 330 27 55
Binary 1010111 1101100 10001100 100110 10111 0 101101 11011000 10111 101101

Color Harmonies of #576C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C8C

Black with #576C8C

Text Example


Text Example

White with #576C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,108,140); }

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

background-color css

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

 a { background-color: rgb(87,108,140); }

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

border-color css

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

 span { border-color: rgb(87,108,140); }

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