Html Css Color HEX #557074 Pale Sky

📋 copy color: '#557074'

red 85 ◦ green 112 ◦ blue 116

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

Shades of Pale Sky #557074

Tints of Pale Sky #557074

RGB

 RED value IS 85 (33.59% from 255) = 27.16%

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

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

R = 27.16%
G = 35.78%
B = 37.06%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#557074 (or 0x557074) is known color: Pale Sky. HEX triplet: 55, 70 and 74. RGB value is (85,112,116). Sum of RGB (Red+Green+Blue) = 85+112+116=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #557074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557074 is #AA8F8B. Grayscale: #686868. Windows color (decimal): -11177868 or 7630933. OLE color: 7630933.

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

Color convert

RGB 85 112 116 -
CMYK 0.27 0.03 0 0.55
HSL 187.74º 0.15% 0.39% -
HSV(B) 187.74º 0.27% 0.45% -
XYZ 12.69 14.78 18.71 -
YUV 104.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 85 112 116 0.27 0.03 0 0.55 187.74 0.15 0.39
Hex 55 70 74 1B 3 0 37 BC F 27
Octal 125 160 164 33 3 0 67 274 17 47
Binary 1010101 1110000 1110100 11011 11 0 110111 10111100 1111 100111

Color Harmonies of #557074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557074

Black with #557074

Text Example


Text Example

White with #557074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557074; }

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

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

background-color css

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

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

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

border-color css

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

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

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