#53969C

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

Shades of Half Baked #53969C

Tints of Half Baked #53969C

Color information

#53969C (or 0x53969C) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 9C. RGB value is (83,150,156). Sum of RGB (Red+Green+Blue) = 83+150+156=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #53969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53969C is #AC6963. Grayscale: #828282. Windows color (decimal): -11299172 or 10262099. OLE color: 10262099.

HSL color Cylindrical-coordinate representation of color #53969C: hue angle of 184.93º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53969C is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83150156-
CMYK0.470.0400.39
HSL184.93º30.54%46.86%-
HSV(B)184.93º46.79%61.18%-
XYZ20.4726.0535.4-
YUV130.65142.394.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=21.34%
G=38.56%
B=40.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831501560.470.0400.39184.9330.5446.86
Hex53969C2F4027b91f2f
Octal1232262345740472713757
Binary1010011100101101001110010111110001001111011100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53969C; }

 p { color: rgb(83,150,156); }

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

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

 a { background-color: rgb(83,150,156); }

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

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

 span { border-color: rgb(83,150,156); }

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