Html Css Color HEX #51999B Half Baked

📋 copy color: '#51999B'

red 81 ◦ green 153 ◦ blue 155

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

Shades of Half Baked #51999B

Tints of Half Baked #51999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 20.82%
G = 39.33%
B = 39.85%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51999B (or 0x51999B) is known color: Half Baked. HEX triplet: 51, 99 and 9B. RGB value is (81,153,155). Sum of RGB (Red+Green+Blue) = 81+153+155=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #51999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51999B is #AE6664. Grayscale: #838383. Windows color (decimal): -11429477 or 10197329. OLE color: 10197329.

HSL color Cylindrical-coordinate representation of color #51999B: hue angle of 181.62º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51999B is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 153 155 -
CMYK 0.48 0.01 0 0.39
HSL 181.62º 0.31% 0.46% -
HSV(B) 181.62º 0.48% 0.61% -
XYZ 20.7 26.9 35.11 -
YUV 131.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 81 153 155 0.48 0.01 0 0.39 181.62 0.31 0.46
Hex 51 99 9B 30 1 0 27 B6 1F 2E
Octal 121 231 233 60 1 0 47 266 37 56
Binary 1010001 10011001 10011011 110000 1 0 100111 10110110 11111 101110

Color Harmonies of #51999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51999B

Black with #51999B

Text Example


Text Example

White with #51999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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