#538992

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

Shades of Half Baked #538992

Tints of Half Baked #538992

Color information

#538992 (or 0x538992) is unknown color: approx Half Baked. HEX triplet: 53, 89 and 92. RGB value is (83,137,146). Sum of RGB (Red+Green+Blue) = 83+137+146=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #538992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538992 is #AC766D. Grayscale: #797979. Windows color (decimal): -11302510 or 9603411. OLE color: 9603411.

HSL color Cylindrical-coordinate representation of color #538992: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538992 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83137146-
CMYK0.430.0600.43
HSL188.57º27.51%44.9%-
HSV(B)188.57º43.15%57.25%-
XYZ17.721.8130.47-
YUV121.88141.61100.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=22.68%
G=37.43%
B=39.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831371460.430.0600.43188.5727.5144.9
Hex5389922B602Bbd1c2d
Octal1232112225360532753455
Binary1010011100010011001001010101111001010111011110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538992; }

 p { color: rgb(83,137,146); }

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

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

 a { background-color: rgb(83,137,146); }

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

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

 span { border-color: rgb(83,137,146); }

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