Html Css Color HEX #519195 Half Baked

📋 copy color: '#519195'

red 81 ◦ green 145 ◦ blue 149

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

Shades of Half Baked #519195

Tints of Half Baked #519195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 21.6%
G = 38.67%
B = 39.73%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#519195 (or 0x519195) is known color: Half Baked. HEX triplet: 51, 91 and 95. RGB value is (81,145,149). Sum of RGB (Red+Green+Blue) = 81+145+149=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #519195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519195 is #AE6E6A. Grayscale: #7E7E7E. Windows color (decimal): -11431531 or 9802065. OLE color: 9802065.

HSL color Cylindrical-coordinate representation of color #519195: hue angle of 183.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519195 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 145 149 -
CMYK 0.46 0.03 0 0.42
HSL 183.53º 0.3% 0.45% -
HSV(B) 183.53º 0.46% 0.58% -
XYZ 18.94 24.17 32.1 -
YUV 126.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 81 145 149 0.46 0.03 0 0.42 183.53 0.3 0.45
Hex 51 91 95 2E 3 0 2A B8 1E 2D
Octal 121 221 225 56 3 0 52 270 36 55
Binary 1010001 10010001 10010101 101110 11 0 101010 10111000 11110 101101

Color Harmonies of #519195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519195

Black with #519195

Text Example


Text Example

White with #519195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519195; }

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

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

background-color css

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

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

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

border-color css

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

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

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