#53929E

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

Shades of Half Baked #53929E

Tints of Half Baked #53929E

Color information

#53929E (or 0x53929E) is unknown color: approx Half Baked. HEX triplet: 53, 92 and 9E. RGB value is (83,146,158). Sum of RGB (Red+Green+Blue) = 83+146+158=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #53929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53929E is #AC6D61. Grayscale: #808080. Windows color (decimal): -11300194 or 10392147. OLE color: 10392147.

HSL color Cylindrical-coordinate representation of color #53929E: hue angle of 189.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53929E is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83146158-
CMYK0.470.0800.38
HSL189.6º31.12%47.25%-
HSV(B)189.6º47.47%61.96%-
XYZ20.0224.8736.09-
YUV128.53144.6395.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=21.45%
G=37.73%
B=40.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831461580.470.0800.38189.631.1247.25
Hex53929E2F8026be1f2f
Octal12322223657100462763757
Binary10100111001001010011110101111100001001101011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53929E; }

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

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

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

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

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

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

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

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