Html Css Color HEX #559293 Half Baked

📋 copy color: '#559293'

red 85 ◦ green 146 ◦ blue 147

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

Shades of Half Baked #559293

Tints of Half Baked #559293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 22.49%
G = 38.62%
B = 38.89%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#559293 (or 0x559293) is known color: Half Baked. HEX triplet: 55, 92 and 93. RGB value is (85,146,147). Sum of RGB (Red+Green+Blue) = 85+146+147=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #559293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559293 is #AA6D6C. Grayscale: #7F7F7F. Windows color (decimal): -11169133 or 9671253. OLE color: 9671253.

HSL color Cylindrical-coordinate representation of color #559293: hue angle of 180.97º 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 #559293 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 146 147 -
CMYK 0.42 0.01 0 0.42
HSL 180.97º 0.27% 0.45% -
HSV(B) 180.97º 0.42% 0.58% -
XYZ 19.29 24.6 31.33 -
YUV 127.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 85 146 147 0.42 0.01 0 0.42 180.97 0.27 0.45
Hex 55 92 93 2A 1 0 2A B5 1B 2D
Octal 125 222 223 52 1 0 52 265 33 55
Binary 1010101 10010010 10010011 101010 1 0 101010 10110101 11011 101101

Color Harmonies of #559293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559293

Black with #559293

Text Example


Text Example

White with #559293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559293; }

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

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

background-color css

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

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

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

border-color css

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

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

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