Html Css Color HEX #558590 Half Baked

📋 copy color: '#558590'

red 85 ◦ green 133 ◦ blue 144

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

Shades of Half Baked #558590

Tints of Half Baked #558590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 23.48%
G = 36.74%
B = 39.78%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#558590 (or 0x558590) is known color: Half Baked. HEX triplet: 55, 85 and 90. RGB value is (85,133,144). Sum of RGB (Red+Green+Blue) = 85+133+144=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #558590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558590 is #AA7A6F. Grayscale: #777777. Windows color (decimal): -11172464 or 9471317. OLE color: 9471317.

HSL color Cylindrical-coordinate representation of color #558590: hue angle of 191.19º 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 #558590 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 133 144 -
CMYK 0.41 0.08 0 0.44
HSL 191.19º 0.26% 0.45% -
HSV(B) 191.19º 0.41% 0.56% -
XYZ 17.17 20.72 29.48 -
YUV 119.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 85 133 144 0.41 0.08 0 0.44 191.19 0.26 0.45
Hex 55 85 90 29 8 0 2C BF 1A 2D
Octal 125 205 220 51 10 0 54 277 32 55
Binary 1010101 10000101 10010000 101001 1000 0 101100 10111111 11010 101101

Color Harmonies of #558590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558590

Black with #558590

Text Example


Text Example

White with #558590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558590; }

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

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

background-color css

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

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

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

border-color css

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

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

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