#558B98

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

Shades of Half Baked #558B98

Tints of Half Baked #558B98

Color information

#558B98 (or 0x558B98) is unknown color: approx Half Baked. HEX triplet: 55, 8B and 98. RGB value is (85,139,152). Sum of RGB (Red+Green+Blue) = 85+139+152=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #558B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B98 is #AA7467. Grayscale: #7C7C7C. Windows color (decimal): -11170920 or 9997141. OLE color: 9997141.

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

Color convert

RGB85139152-
CMYK0.440.0900.40
HSL191.64º28.27%46.47%-
HSV(B)191.64º44.08%59.61%-
XYZ18.6522.6633.1-
YUV124.34143.6199.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=22.61%
G=36.97%
B=40.43%

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
Decimal851391520.440.0900.40191.6428.2746.47
Hex558B982C9028c01c2e
Octal12521323054110503003456
Binary10101011000101110011000101100100101010001100000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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