#518B95

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

Shades of Half Baked #518B95

Tints of Half Baked #518B95

Color information

#518B95 (or 0x518B95) is unknown color: approx Half Baked. HEX triplet: 51, 8B and 95. RGB value is (81,139,149). Sum of RGB (Red+Green+Blue) = 81+139+149=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #518B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B95 is #AE746A. Grayscale: #7A7A7A. Windows color (decimal): -11433067 or 9800529. OLE color: 9800529.

HSL color Cylindrical-coordinate representation of color #518B95: hue angle of 188.82º 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 #518B95 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81139149-
CMYK0.460.0700.42
HSL188.82º29.57%45.1%-
HSV(B)188.82º45.64%58.43%-
XYZ18.0522.3831.8-
YUV122.8142.7898.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=21.95%
G=37.67%
B=40.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811391490.460.0700.42188.8229.5745.1
Hex518B952E702Abd1e2d
Octal1212132255670522753655
Binary1010001100010111001010110111011101010101011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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