Html Css Color HEX #577A93 Kashmir Blue

📋 copy color: '#577A93'

red 87 ◦ green 122 ◦ blue 147

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

Shades of Kashmir Blue #577A93

Tints of Kashmir Blue #577A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 24.44%
G = 34.27%
B = 41.29%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577A93 (or 0x577A93) is known color: Kashmir Blue. HEX triplet: 57, 7A and 93. RGB value is (87,122,147). Sum of RGB (Red+Green+Blue) = 87+122+147=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #577A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A93 is #A8856C. Grayscale: #727272. Windows color (decimal): -11044205 or 9665111. OLE color: 9665111.

HSL color Cylindrical-coordinate representation of color #577A93: hue angle of 205º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577A93 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 122 147 -
CMYK 0.41 0.17 0 0.42
HSL 205º 0.26% 0.46% -
HSV(B) 205º 0.41% 0.58% -
XYZ 16.16 18.05 30.24 -
YUV 114.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 87 122 147 0.41 0.17 0 0.42 205 0.26 0.46
Hex 57 7A 93 29 11 0 2A CD 1A 2E
Octal 127 172 223 51 21 0 52 315 32 56
Binary 1010111 1111010 10010011 101001 10001 0 101010 11001101 11010 101110

Color Harmonies of #577A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A93

Black with #577A93

Text Example


Text Example

White with #577A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577A93; }

 p { color: rgb(87,122,147); }

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

background-color css

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

 a { background-color: rgb(87,122,147); }

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

border-color css

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

 span { border-color: rgb(87,122,147); }

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