Html Css Color HEX #557F99 Hippie Blue

📋 copy color: '#557F99'

red 85 ◦ green 127 ◦ blue 153

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

Shades of Hippie Blue #557F99

Tints of Hippie Blue #557F99

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 23.29%
G = 34.79%
B = 41.92%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#557F99 (or 0x557F99) is known color: Hippie Blue. HEX triplet: 55, 7F and 99. RGB value is (85,127,153). Sum of RGB (Red+Green+Blue) = 85+127+153=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #557F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F99 is #AA8066. Grayscale: #757575. Windows color (decimal): -11173991 or 10059605. OLE color: 10059605.

HSL color Cylindrical-coordinate representation of color #557F99: hue angle of 202.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557F99 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 127 153 -
CMYK 0.44 0.17 0 0.4
HSL 202.94º 0.29% 0.47% -
HSV(B) 202.94º 0.44% 0.6% -
XYZ 17.09 19.41 32.98 -
YUV 117.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 85 127 153 0.44 0.17 0 0.4 202.94 0.29 0.47
Hex 55 7F 99 2C 11 0 28 CB 1D 2F
Octal 125 177 231 54 21 0 50 313 35 57
Binary 1010101 1111111 10011001 101100 10001 0 101000 11001011 11101 101111

Color Harmonies of #557F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F99

Black with #557F99

Text Example


Text Example

White with #557F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557F99; }

 p { color: rgb(85,127,153); }

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

background-color css

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

 a { background-color: rgb(85,127,153); }

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

border-color css

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

 span { border-color: rgb(85,127,153); }

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