Html Css Color HEX #519199 Half Baked

📋 copy color: '#519199'

red 81 ◦ green 145 ◦ blue 153

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

Shades of Half Baked #519199

Tints of Half Baked #519199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 21.37%
G = 38.26%
B = 40.37%

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

#519199 (or 0x519199) is known color: Half Baked. HEX triplet: 51, 91 and 99. RGB value is (81,145,153). Sum of RGB (Red+Green+Blue) = 81+145+153=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #519199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519199 is #AE6E66. Grayscale: #7E7E7E. Windows color (decimal): -11431527 or 10064209. OLE color: 10064209.

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

Color convert

RGB 81 145 153 -
CMYK 0.47 0.05 0 0.4
HSL 186.67º 0.31% 0.46% -
HSV(B) 186.67º 0.47% 0.6% -
XYZ 19.27 24.3 33.81 -
YUV 126.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 81 145 153 0.47 0.05 0 0.4 186.67 0.31 0.46
Hex 51 91 99 2F 5 0 28 BB 1F 2E
Octal 121 221 231 57 5 0 50 273 37 56
Binary 1010001 10010001 10011001 101111 101 0 101000 10111011 11111 101110

Color Harmonies of #519199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519199

Black with #519199

Text Example


Text Example

White with #519199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519199; }

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

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

background-color css

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

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

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

border-color css

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

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

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