Html Css Color HEX #519299 Half Baked

📋 copy color: '#519299'

red 81 ◦ green 146 ◦ blue 153

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

Shades of Half Baked #519299

Tints of Half Baked #519299

RGB

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

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

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

R = 21.32%
G = 38.42%
B = 40.26%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#519299 (or 0x519299) is known color: Half Baked. HEX triplet: 51, 92 and 99. RGB value is (81,146,153). Sum of RGB (Red+Green+Blue) = 81+146+153=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #519299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519299 is #AE6D66. Grayscale: #7F7F7F. Windows color (decimal): -11431271 or 10064465. OLE color: 10064465.

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

Color convert

RGB 81 146 153 -
CMYK 0.47 0.05 0 0.4
HSL 185.83º 0.31% 0.46% -
HSV(B) 185.83º 0.47% 0.6% -
XYZ 19.42 24.61 33.86 -
YUV 127.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 81 146 153 0.47 0.05 0 0.4 185.83 0.31 0.46
Hex 51 92 99 2F 5 0 28 BA 1F 2E
Octal 121 222 231 57 5 0 50 272 37 56
Binary 1010001 10010010 10011001 101111 101 0 101000 10111010 11111 101110

Color Harmonies of #519299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519299

Black with #519299

Text Example


Text Example

White with #519299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519299; }

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

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

background-color css

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

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

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

border-color css

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

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

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