#519098

Color #519098 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #519098

Tints of Half Baked #519098

Color information

#519098 (or 0x519098) is unknown color: approx Half Baked. HEX triplet: 51, 90 and 98. RGB value is (81,144,152). Sum of RGB (Red+Green+Blue) = 81+144+152=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #519098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519098 is #AE6F67. Grayscale: #7D7D7D. Windows color (decimal): -11431784 or 9998417. OLE color: 9998417.

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

Color convert

RGB81144152-
CMYK0.470.0500.40
HSL186.76º30.47%45.69%-
HSV(B)186.76º46.71%59.61%-
XYZ19.0323.9633.33-
YUV126.07142.6395.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=21.49%
G=38.20%
B=40.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811441520.470.0500.40186.7630.4745.69
Hex5190982F5028bb1e2e
Octal1212202305750502733656
Binary1010001100100001001100010111110101010001011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519098; }

 p { color: rgb(81,144,152); }

 H1.HeaderClassName
 {
   color: #519098;
 }
 .AnyTagClassName
 {
   color: #519098;
 }
</style>
background-color css

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

 a { background-color: rgb(81,144,152); }

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

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

 span { border-color: rgb(81,144,152); }

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