Html Css Color HEX #51959E Half Baked

📋 copy color: '#51959E'

red 81 ◦ green 149 ◦ blue 158

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

Shades of Half Baked #51959E

Tints of Half Baked #51959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 20.88%
G = 38.4%
B = 40.72%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51959E (or 0x51959E) is known color: Half Baked. HEX triplet: 51, 95 and 9E. RGB value is (81,149,158). Sum of RGB (Red+Green+Blue) = 81+149+158=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #51959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51959E is #AE6A61. Grayscale: #818181. Windows color (decimal): -11430498 or 10392913. OLE color: 10392913.

HSL color Cylindrical-coordinate representation of color #51959E: hue angle of 187.01º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51959E is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 149 158 -
CMYK 0.49 0.06 0 0.38
HSL 187.01º 0.32% 0.47% -
HSV(B) 187.01º 0.49% 0.62% -
XYZ 20.31 25.71 36.24 -
YUV 129.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 81 149 158 0.49 0.06 0 0.38 187.01 0.32 0.47
Hex 51 95 9E 31 6 0 26 BB 20 2F
Octal 121 225 236 61 6 0 46 273 40 57
Binary 1010001 10010101 10011110 110001 110 0 100110 10111011 100000 101111

Color Harmonies of #51959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51959E

Black with #51959E

Text Example


Text Example

White with #51959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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