Html Css Color HEX #559298 Half Baked

📋 copy color: '#559298'

red 85 ◦ green 146 ◦ blue 152

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

Shades of Half Baked #559298

Tints of Half Baked #559298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 22.19%
G = 38.12%
B = 39.69%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#559298 (or 0x559298) is known color: Half Baked. HEX triplet: 55, 92 and 98. RGB value is (85,146,152). Sum of RGB (Red+Green+Blue) = 85+146+152=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #559298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559298 is #AA6D67. Grayscale: #808080. Windows color (decimal): -11169128 or 9998933. OLE color: 9998933.

HSL color Cylindrical-coordinate representation of color #559298: hue angle of 185.37º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559298 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 146 152 -
CMYK 0.44 0.04 0 0.40
HSL 185.37º 0.28% 0.46% -
HSV(B) 185.37º 0.44% 0.6% -
XYZ 19.69 24.76 33.45 -
YUV 128.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 85 146 152 0.44 0.04 0 0.40 185.37 0.28 0.46
Hex 55 92 98 2C 4 0 28 B9 1C 2E
Octal 125 222 230 54 4 0 50 271 34 56
Binary 1010101 10010010 10011000 101100 100 0 101000 10111001 11100 101110

Color Harmonies of #559298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559298

Black with #559298

Text Example


Text Example

White with #559298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559298; }

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

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

background-color css

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

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

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

border-color css

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

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

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