#518B94

Color #518B94 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #518B94

Tints of Half Baked #518B94

Color information

#518B94 (or 0x518B94) is unknown color: approx Half Baked. HEX triplet: 51, 8B and 94. RGB value is (81,139,148). Sum of RGB (Red+Green+Blue) = 81+139+148=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #518B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B94 is #AE746B. Grayscale: #7A7A7A. Windows color (decimal): -11433068 or 9734993. OLE color: 9734993.

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

Color convert

RGB81139148-
CMYK0.450.0600.42
HSL188.06º29.26%44.9%-
HSV(B)188.06º45.27%58.04%-
XYZ17.9722.3531.38-
YUV122.68142.2898.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=22.01%
G=37.77%
B=40.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811391480.450.0600.42188.0629.2644.9
Hex518B942D602Abc1d2d
Octal1212132245560522743555
Binary1010001100010111001010010110111001010101011110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518B94; }

 p { color: rgb(81,139,148); }

 H1.HeaderClassName
 {
   color: #518B94;
 }
 .AnyTagClassName
 {
   color: #518B94;
 }
</style>
background-color css

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

 a { background-color: rgb(81,139,148); }

 div.DivClassName
 {
   background-color: #518B94;
 }
 .BgClassName
 {
   background-color: #518B94;
 }
</style>
border-color css

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

 span { border-color: rgb(81,139,148); }

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