Html Css Color HEX #577692 Kashmir Blue

📋 copy color: '#577692'

red 87 ◦ green 118 ◦ blue 146

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

Shades of Kashmir Blue #577692

Tints of Kashmir Blue #577692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 24.79%
G = 33.62%
B = 41.6%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577692 (or 0x577692) is known color: Kashmir Blue. HEX triplet: 57, 76 and 92. RGB value is (87,118,146). Sum of RGB (Red+Green+Blue) = 87+118+146=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #577692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577692 is #A8896D. Grayscale: #6F6F6F. Windows color (decimal): -11045230 or 9598551. OLE color: 9598551.

HSL color Cylindrical-coordinate representation of color #577692: hue angle of 208.47º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577692 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 118 146 -
CMYK 0.40 0.19 0 0.43
HSL 208.47º 0.25% 0.46% -
HSV(B) 208.47º 0.4% 0.57% -
XYZ 15.6 17.06 29.66 -
YUV 111.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 87 118 146 0.40 0.19 0 0.43 208.47 0.25 0.46
Hex 57 76 92 28 13 0 2B D0 19 2E
Octal 127 166 222 50 23 0 53 320 31 56
Binary 1010111 1110110 10010010 101000 10011 0 101011 11010000 11001 101110

Color Harmonies of #577692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577692

Black with #577692

Text Example


Text Example

White with #577692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577692; }

 p { color: rgb(87,118,146); }

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

background-color css

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

 a { background-color: rgb(87,118,146); }

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

border-color css

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

 span { border-color: rgb(87,118,146); }

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