Html Css Color HEX #519098 Half Baked

📋 copy color: '#519098'

red 81 ◦ green 144 ◦ blue 152

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

Shades of Half Baked #519098

Tints of Half Baked #519098

RGB

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

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

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

R = 21.49%
G = 38.2%
B = 40.32%

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

#519098 (or 0x519098) is known color: 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

RGB 81 144 152 -
CMYK 0.47 0.05 0 0.40
HSL 186.76º 0.3% 0.46% -
HSV(B) 186.76º 0.47% 0.6% -
XYZ 19.03 23.96 33.33 -
YUV 126.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 81 144 152 0.47 0.05 0 0.40 186.76 0.3 0.46
Hex 51 90 98 2F 5 0 28 BB 1E 2E
Octal 121 220 230 57 5 0 50 273 36 56
Binary 1010001 10010000 10011000 101111 101 0 101000 10111011 11110 101110

Color Harmonies of #519098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519098

Black with #519098

Text Example


Text Example

White with #519098

Text Example


Text Example

HTML Codes & Css Web 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>