Html Css Color HEX #576F90 Kashmir Blue

📋 copy color: '#576F90'

red 87 ◦ green 111 ◦ blue 144

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

Shades of Kashmir Blue #576F90

Tints of Kashmir Blue #576F90

RGB

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

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

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

R = 25.44%
G = 32.46%
B = 42.11%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#576F90 (or 0x576F90) is known color: Kashmir Blue. HEX triplet: 57, 6F and 90. RGB value is (87,111,144). Sum of RGB (Red+Green+Blue) = 87+111+144=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #576F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F90 is #A8906F. Grayscale: #6B6B6B. Windows color (decimal): -11047024 or 9465687. OLE color: 9465687.

HSL color Cylindrical-coordinate representation of color #576F90: hue angle of 214.74º 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 #576F90 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 111 144 -
CMYK 0.40 0.23 0 0.44
HSL 214.74º 0.25% 0.45% -
HSV(B) 214.74º 0.4% 0.56% -
XYZ 14.65 15.41 28.59 -
YUV 107.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 87 111 144 0.40 0.23 0 0.44 214.74 0.25 0.45
Hex 57 6F 90 28 17 0 2C D7 19 2D
Octal 127 157 220 50 27 0 54 327 31 55
Binary 1010111 1101111 10010000 101000 10111 0 101100 11010111 11001 101101

Color Harmonies of #576F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F90

Black with #576F90

Text Example


Text Example

White with #576F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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