#558A8D

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

Shades of Half Baked #558A8D

Tints of Half Baked #558A8D

Color information

#558A8D (or 0x558A8D) is unknown color: approx Half Baked. HEX triplet: 55, 8A and 8D. RGB value is (85,138,141). Sum of RGB (Red+Green+Blue) = 85+138+141=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #558A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558A8D is #AA7572. Grayscale: #7A7A7A. Windows color (decimal): -11171187 or 9275989. OLE color: 9275989.

HSL color Cylindrical-coordinate representation of color #558A8D: hue angle of 183.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558A8D is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85138141-
CMYK0.400.0200.45
HSL183.21º24.78%44.31%-
HSV(B)183.21º39.72%55.29%-
XYZ17.6422.0328.52-
YUV122.49138.44101.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=23.35%
G=37.91%
B=38.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851381410.400.0200.45183.2124.7844.31
Hex558A8D28202Db7192c
Octal1252122155020552673154
Binary101010110001010100011011010001001011011011011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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