#558A98

Color #558A98 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #558A98

Tints of Hippie Blue #558A98

Color information

#558A98 (or 0x558A98) is unknown color: approx Hippie Blue. HEX triplet: 55, 8A and 98. RGB value is (85,138,152). Sum of RGB (Red+Green+Blue) = 85+138+152=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #558A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558A98 is #AA7567. Grayscale: #7B7B7B. Windows color (decimal): -11171176 or 9996885. OLE color: 9996885.

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

Color convert

RGB85138152-
CMYK0.440.0900.40
HSL192.54º28.27%46.47%-
HSV(B)192.54º44.08%59.61%-
XYZ18.522.3833.05-
YUV123.75143.94100.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=22.67%
G=36.8%
B=40.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851381520.440.0900.40192.5428.2746.47
Hex558A982C9028c11c2e
Octal12521223054110503013456
Binary10101011000101010011000101100100101010001100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558A98; }

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

 H1.HeaderClassName
 {
   color: #558A98;
 }
 .AnyTagClassName
 {
   color: #558A98;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #558A98;
 }
 .BgClassName
 {
   background-color: #558A98;
 }
</style>
border-color css

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

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

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