#518A95

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

Shades of Half Baked #518A95

Tints of Half Baked #518A95

Color information

#518A95 (or 0x518A95) is unknown color: approx Half Baked. HEX triplet: 51, 8A and 95. RGB value is (81,138,149). Sum of RGB (Red+Green+Blue) = 81+138+149=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #518A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A95 is #AE756A. Grayscale: #7A7A7A. Windows color (decimal): -11433323 or 9800273. OLE color: 9800273.

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

Color convert

RGB81138149-
CMYK0.460.0700.42
HSL189.71º29.57%45.1%-
HSV(B)189.71º45.64%58.43%-
XYZ17.9122.131.75-
YUV122.21143.1298.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=22.01%
G=37.5%
B=40.49%

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
Decimal811381490.460.0700.42189.7129.5745.1
Hex518A952E702Abe1e2d
Octal1212122255670522763655
Binary1010001100010101001010110111011101010101011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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