Html Css Color HEX #558790 Half Baked

📋 copy color: '#558790'

red 85 ◦ green 135 ◦ blue 144

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

Shades of Half Baked #558790

Tints of Half Baked #558790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 23.35%
G = 37.09%
B = 39.56%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#558790 (or 0x558790) is known color: Half Baked. HEX triplet: 55, 87 and 90. RGB value is (85,135,144). Sum of RGB (Red+Green+Blue) = 85+135+144=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #558790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558790 is #AA786F. Grayscale: #787878. Windows color (decimal): -11171952 or 9471829. OLE color: 9471829.

HSL color Cylindrical-coordinate representation of color #558790: hue angle of 189.15º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558790 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 135 144 -
CMYK 0.41 0.06 0 0.44
HSL 189.15º 0.26% 0.45% -
HSV(B) 189.15º 0.41% 0.56% -
XYZ 17.44 21.27 29.57 -
YUV 121.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 85 135 144 0.41 0.06 0 0.44 189.15 0.26 0.45
Hex 55 87 90 29 6 0 2C BD 1A 2D
Octal 125 207 220 51 6 0 54 275 32 55
Binary 1010101 10000111 10010000 101001 110 0 101100 10111101 11010 101101

Color Harmonies of #558790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558790

Black with #558790

Text Example


Text Example

White with #558790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558790; }

 p { color: rgb(85,135,144); }

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

background-color css

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

 a { background-color: rgb(85,135,144); }

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

border-color css

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

 span { border-color: rgb(85,135,144); }

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