Html Css Color HEX #576C90 Kashmir Blue

📋 copy color: '#576C90'

red 87 ◦ green 108 ◦ blue 144

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

Shades of Kashmir Blue #576C90

Tints of Kashmir Blue #576C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 25.66%
G = 31.86%
B = 42.48%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#576C90 (or 0x576C90) is known color: Kashmir Blue. HEX triplet: 57, 6C and 90. RGB value is (87,108,144). Sum of RGB (Red+Green+Blue) = 87+108+144=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #576C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C90 is #A8936F. Grayscale: #696969. Windows color (decimal): -11047792 or 9464919. OLE color: 9464919.

HSL color Cylindrical-coordinate representation of color #576C90: hue angle of 217.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576C90 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 108 144 -
CMYK 0.40 0.25 0 0.44
HSL 217.89º 0.25% 0.45% -
HSV(B) 217.89º 0.4% 0.56% -
XYZ 14.33 14.76 28.48 -
YUV 105.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 87 108 144 0.40 0.25 0 0.44 217.89 0.25 0.45
Hex 57 6C 90 28 19 0 2C DA 19 2D
Octal 127 154 220 50 31 0 54 332 31 55
Binary 1010111 1101100 10010000 101000 11001 0 101100 11011010 11001 101101

Color Harmonies of #576C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C90

Black with #576C90

Text Example


Text Example

White with #576C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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