Html Css Color HEX #577796 Kashmir Blue

📋 copy color: '#577796'

red 87 ◦ green 119 ◦ blue 150

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

Shades of Kashmir Blue #577796

Tints of Kashmir Blue #577796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 24.44%
G = 33.43%
B = 42.13%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#577796 (or 0x577796) is known color: Kashmir Blue. HEX triplet: 57, 77 and 96. RGB value is (87,119,150). Sum of RGB (Red+Green+Blue) = 87+119+150=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #577796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577796 is #A88869. Grayscale: #707070. Windows color (decimal): -11044970 or 9860951. OLE color: 9860951.

HSL color Cylindrical-coordinate representation of color #577796: hue angle of 209.52º 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 #577796 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 119 150 -
CMYK 0.42 0.21 0 0.41
HSL 209.52º 0.27% 0.46% -
HSV(B) 209.52º 0.42% 0.59% -
XYZ 16.03 17.42 31.37 -
YUV 112.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 87 119 150 0.42 0.21 0 0.41 209.52 0.27 0.46
Hex 57 77 96 2A 15 0 29 D2 1B 2E
Octal 127 167 226 52 25 0 51 322 33 56
Binary 1010111 1110111 10010110 101010 10101 0 101001 11010010 11011 101110

Color Harmonies of #577796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577796

Black with #577796

Text Example


Text Example

White with #577796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577796; }

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

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

background-color css

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

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

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

border-color css

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

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

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