#558F98

Color #558F98 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #558F98

Tints of Half Baked #558F98

Color information

#558F98 (or 0x558F98) is unknown color: approx Half Baked. HEX triplet: 55, 8F and 98. RGB value is (85,143,152). Sum of RGB (Red+Green+Blue) = 85+143+152=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #558F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F98 is #AA7067. Grayscale: #7E7E7E. Windows color (decimal): -11169896 or 9998165. OLE color: 9998165.

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

Color convert

RGB85143152-
CMYK0.440.0600.40
HSL188.06º28.27%46.47%-
HSV(B)188.06º44.08%59.61%-
XYZ19.2423.8433.29-
YUV126.68142.2898.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 152 (59.77% from 255) = 40%
R=22.37%
G=37.63%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851431520.440.0600.40188.0628.2746.47
Hex558F982C6028bc1c2e
Octal1252172305460502743456
Binary1010101100011111001100010110011001010001011110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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