Html Css Color HEX #577296 Kashmir Blue

📋 copy color: '#577296'

red 87 ◦ green 114 ◦ blue 150

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

Shades of Kashmir Blue #577296

Tints of Kashmir Blue #577296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 24.79%
G = 32.48%
B = 42.74%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#577296 (or 0x577296) is known color: Kashmir Blue. HEX triplet: 57, 72 and 96. RGB value is (87,114,150). Sum of RGB (Red+Green+Blue) = 87+114+150=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #577296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577296 is #A88D69. Grayscale: #6D6D6D. Windows color (decimal): -11046250 or 9859671. OLE color: 9859671.

HSL color Cylindrical-coordinate representation of color #577296: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577296 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 114 150 -
CMYK 0.42 0.24 0 0.41
HSL 214.29º 0.27% 0.46% -
HSV(B) 214.29º 0.42% 0.59% -
XYZ 15.45 16.26 31.18 -
YUV 110.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 87 114 150 0.42 0.24 0 0.41 214.29 0.27 0.46
Hex 57 72 96 2A 18 0 29 D6 1B 2E
Octal 127 162 226 52 30 0 51 326 33 56
Binary 1010111 1110010 10010110 101010 11000 0 101001 11010110 11011 101110

Color Harmonies of #577296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577296

Black with #577296

Text Example


Text Example

White with #577296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577296; }

 p { color: rgb(87,114,150); }

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

background-color css

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

 a { background-color: rgb(87,114,150); }

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

border-color css

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

 span { border-color: rgb(87,114,150); }

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