Html Css Color HEX #519198 Half Baked

📋 copy color: '#519198'

red 81 ◦ green 145 ◦ blue 152

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

Shades of Half Baked #519198

Tints of Half Baked #519198

RGB

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

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

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

R = 21.43%
G = 38.36%
B = 40.21%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#519198 (or 0x519198) is known color: Half Baked. HEX triplet: 51, 91 and 98. RGB value is (81,145,152). Sum of RGB (Red+Green+Blue) = 81+145+152=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #519198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519198 is #AE6E67. Grayscale: #7E7E7E. Windows color (decimal): -11431528 or 9998673. OLE color: 9998673.

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

Color convert

RGB 81 145 152 -
CMYK 0.47 0.05 0 0.40
HSL 185.92º 0.3% 0.46% -
HSV(B) 185.92º 0.47% 0.6% -
XYZ 19.19 24.27 33.38 -
YUV 126.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 81 145 152 0.47 0.05 0 0.40 185.92 0.3 0.46
Hex 51 91 98 2F 5 0 28 BA 1E 2E
Octal 121 221 230 57 5 0 50 272 36 56
Binary 1010001 10010001 10011000 101111 101 0 101000 10111010 11110 101110

Color Harmonies of #519198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519198

Black with #519198

Text Example


Text Example

White with #519198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519198; }

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

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

background-color css

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

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

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

border-color css

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

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

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