Html Css Color HEX #559498 Half Baked

📋 copy color: '#559498'

red 85 ◦ green 148 ◦ blue 152

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

Shades of Half Baked #559498

Tints of Half Baked #559498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 22.08%
G = 38.44%
B = 39.48%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#559498 (or 0x559498) is known color: Half Baked. HEX triplet: 55, 94 and 98. RGB value is (85,148,152). Sum of RGB (Red+Green+Blue) = 85+148+152=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #559498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559498 is #AA6B67. Grayscale: #818181. Windows color (decimal): -11168616 or 9999445. OLE color: 9999445.

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

Color convert

RGB 85 148 152 -
CMYK 0.44 0.03 0 0.40
HSL 183.58º 0.28% 0.46% -
HSV(B) 183.58º 0.44% 0.6% -
XYZ 20 25.38 33.55 -
YUV 129.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 85 148 152 0.44 0.03 0 0.40 183.58 0.28 0.46
Hex 55 94 98 2C 3 0 28 B8 1C 2E
Octal 125 224 230 54 3 0 50 270 34 56
Binary 1010101 10010100 10011000 101100 11 0 101000 10111000 11100 101110

Color Harmonies of #559498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559498

Black with #559498

Text Example


Text Example

White with #559498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559498; }

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

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

background-color css

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

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

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

border-color css

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

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

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