#518A8A

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

Shades of Half Baked #518A8A

Tints of Half Baked #518A8A

Color information

#518A8A (or 0x518A8A) is unknown color: approx Half Baked. HEX triplet: 51, 8A and 8A. RGB value is (81,138,138). Sum of RGB (Red+Green+Blue) = 81+138+138=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #518A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A8A is #AE7575. Grayscale: #787878. Windows color (decimal): -11433334 or 9079377. OLE color: 9079377.

HSL color Cylindrical-coordinate representation of color #518A8A: hue angle of 180º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518A8A is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81138138-
CMYK0.41000.46
HSL180º26.03%42.94%-
HSV(B)180º41.3%54.12%-
XYZ17.0721.7627.35-
YUV120.96137.6299.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=22.69%
G=38.66%
B=38.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811381380.41000.4618026.0342.94
Hex518A8A29002Eb41a2b
Octal1212122125100562643253
Binary10100011000101010001010101001001011101011010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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