Html Css Color HEX #559296 Half Baked

📋 copy color: '#559296'

red 85 ◦ green 146 ◦ blue 150

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

Shades of Half Baked #559296

Tints of Half Baked #559296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 22.31%
G = 38.32%
B = 39.37%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#559296 (or 0x559296) is known color: Half Baked. HEX triplet: 55, 92 and 96. RGB value is (85,146,150). Sum of RGB (Red+Green+Blue) = 85+146+150=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #559296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559296 is #AA6D69. Grayscale: #808080. Windows color (decimal): -11169130 or 9867861. OLE color: 9867861.

HSL color Cylindrical-coordinate representation of color #559296: hue angle of 183.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559296 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 146 150 -
CMYK 0.43 0.03 0 0.41
HSL 183.69º 0.28% 0.46% -
HSV(B) 183.69º 0.43% 0.59% -
XYZ 19.53 24.69 32.59 -
YUV 128.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 85 146 150 0.43 0.03 0 0.41 183.69 0.28 0.46
Hex 55 92 96 2B 3 0 29 B8 1C 2E
Octal 125 222 226 53 3 0 51 270 34 56
Binary 1010101 10010010 10010110 101011 11 0 101001 10111000 11100 101110

Color Harmonies of #559296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559296

Black with #559296

Text Example


Text Example

White with #559296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559296; }

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

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

background-color css

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

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

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

border-color css

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

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

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