Html Css Color HEX #577074 Pale Sky

📋 copy color: '#577074'

red 87 ◦ green 112 ◦ blue 116

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

Shades of Pale Sky #577074

Tints of Pale Sky #577074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 27.62%
G = 35.56%
B = 36.83%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#577074 (or 0x577074) is known color: Pale Sky. HEX triplet: 57, 70 and 74. RGB value is (87,112,116). Sum of RGB (Red+Green+Blue) = 87+112+116=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #577074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577074 is #A88F8B. Grayscale: #686868. Windows color (decimal): -11046796 or 7630935. OLE color: 7630935.

HSL color Cylindrical-coordinate representation of color #577074: hue angle of 188.28º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #577074 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 112 116 -
CMYK 0.25 0.03 0 0.55
HSL 188.28º 0.14% 0.4% -
HSV(B) 188.28º 0.25% 0.45% -
XYZ 12.88 14.88 18.72 -
YUV 104.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 87 112 116 0.25 0.03 0 0.55 188.28 0.14 0.4
Hex 57 70 74 19 3 0 37 BC E 28
Octal 127 160 164 31 3 0 67 274 16 50
Binary 1010111 1110000 1110100 11001 11 0 110111 10111100 1110 101000

Color Harmonies of #577074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577074

Black with #577074

Text Example


Text Example

White with #577074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577074; }

 p { color: rgb(87,112,116); }

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

background-color css

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

 a { background-color: rgb(87,112,116); }

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

border-color css

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

 span { border-color: rgb(87,112,116); }

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