Html Css Color HEX #519099 Half Baked

📋 copy color: '#519099'

red 81 ◦ green 144 ◦ blue 153

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

Shades of Half Baked #519099

Tints of Half Baked #519099

RGB

 RED value IS 81 (32.03% from 255) = 21.43%

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 21.43%
G = 38.1%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#519099 (or 0x519099) is known color: Half Baked. HEX triplet: 51, 90 and 99. RGB value is (81,144,153). Sum of RGB (Red+Green+Blue) = 81+144+153=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #519099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519099 is #AE6F66. Grayscale: #7E7E7E. Windows color (decimal): -11431783 or 10063953. OLE color: 10063953.

HSL color Cylindrical-coordinate representation of color #519099: hue angle of 187.5º degrees, saturation: 0.31, 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 #519099 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 144 153 -
CMYK 0.47 0.06 0 0.4
HSL 187.5º 0.31% 0.46% -
HSV(B) 187.5º 0.47% 0.6% -
XYZ 19.12 24 33.76 -
YUV 126.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 81 144 153 0.47 0.06 0 0.4 187.5 0.31 0.46
Hex 51 90 99 2F 6 0 28 BC 1F 2E
Octal 121 220 231 57 6 0 50 274 37 56
Binary 1010001 10010000 10011001 101111 110 0 101000 10111100 11111 101110

Color Harmonies of #519099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519099

Black with #519099

Text Example


Text Example

White with #519099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519099; }

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

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

background-color css

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

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

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

border-color css

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

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

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