Html Css Color HEX #557F98 Hippie Blue

📋 copy color: '#557F98'

red 85 ◦ green 127 ◦ blue 152

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

Shades of Hippie Blue #557F98

Tints of Hippie Blue #557F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 23.35%
G = 34.89%
B = 41.76%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557F98 (or 0x557F98) is known color: Hippie Blue. HEX triplet: 55, 7F and 98. RGB value is (85,127,152). Sum of RGB (Red+Green+Blue) = 85+127+152=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #557F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F98 is #AA8067. Grayscale: #757575. Windows color (decimal): -11173992 or 9994069. OLE color: 9994069.

HSL color Cylindrical-coordinate representation of color #557F98: hue angle of 202.39º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557F98 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 127 152 -
CMYK 0.44 0.16 0 0.40
HSL 202.39º 0.28% 0.46% -
HSV(B) 202.39º 0.44% 0.6% -
XYZ 17 19.38 32.55 -
YUV 117.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 85 127 152 0.44 0.16 0 0.40 202.39 0.28 0.46
Hex 55 7F 98 2C 10 0 28 CA 1C 2E
Octal 125 177 230 54 20 0 50 312 34 56
Binary 1010101 1111111 10011000 101100 10000 0 101000 11001010 11100 101110

Color Harmonies of #557F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F98

Black with #557F98

Text Example


Text Example

White with #557F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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