Html Css Color HEX #558993 Half Baked

📋 copy color: '#558993'

red 85 ◦ green 137 ◦ blue 147

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

Shades of Half Baked #558993

Tints of Half Baked #558993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 23.04%
G = 37.13%
B = 39.84%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#558993 (or 0x558993) is known color: Half Baked. HEX triplet: 55, 89 and 93. RGB value is (85,137,147). Sum of RGB (Red+Green+Blue) = 85+137+147=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #558993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558993 is #AA766C. Grayscale: #7A7A7A. Windows color (decimal): -11171437 or 9668949. OLE color: 9668949.

HSL color Cylindrical-coordinate representation of color #558993: hue angle of 189.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558993 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 137 147 -
CMYK 0.42 0.07 0 0.42
HSL 189.68º 0.27% 0.45% -
HSV(B) 189.68º 0.42% 0.58% -
XYZ 17.96 21.93 30.89 -
YUV 122.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 85 137 147 0.42 0.07 0 0.42 189.68 0.27 0.45
Hex 55 89 93 2A 7 0 2A BE 1B 2D
Octal 125 211 223 52 7 0 52 276 33 55
Binary 1010101 10001001 10010011 101010 111 0 101010 10111110 11011 101101

Color Harmonies of #558993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558993

Black with #558993

Text Example


Text Example

White with #558993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558993; }

 p { color: rgb(85,137,147); }

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

background-color css

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

 a { background-color: rgb(85,137,147); }

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

border-color css

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

 span { border-color: rgb(85,137,147); }

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