Html Css Color HEX #558098 Hippie Blue

📋 copy color: '#558098'

red 85 ◦ green 128 ◦ blue 152

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

Shades of Hippie Blue #558098

Tints of Hippie Blue #558098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 23.29%
G = 35.07%
B = 41.64%

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

#558098 (or 0x558098) is known color: Hippie Blue. HEX triplet: 55, 80 and 98. RGB value is (85,128,152). Sum of RGB (Red+Green+Blue) = 85+128+152=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #558098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558098 is #AA7F67. Grayscale: #757575. Windows color (decimal): -11173736 or 9994325. OLE color: 9994325.

HSL color Cylindrical-coordinate representation of color #558098: hue angle of 201.49º 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 #558098 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 128 152 -
CMYK 0.44 0.16 0 0.40
HSL 201.49º 0.28% 0.46% -
HSV(B) 201.49º 0.44% 0.6% -
XYZ 17.13 19.64 32.59 -
YUV 117.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 85 128 152 0.44 0.16 0 0.40 201.49 0.28 0.46
Hex 55 80 98 2C 10 0 28 C9 1C 2E
Octal 125 200 230 54 20 0 50 311 34 56
Binary 1010101 10000000 10011000 101100 10000 0 101000 11001001 11100 101110

Color Harmonies of #558098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558098

Black with #558098

Text Example


Text Example

White with #558098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558098; }

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

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

background-color css

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

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

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

border-color css

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

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

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