#353653

Color #353653 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #353653

Tints of Lucky Point #353653

Color information

#353653 (or 0x353653) is unknown color: approx Lucky Point. HEX triplet: 35, 36 and 53. RGB value is (53,54,83). Sum of RGB (Red+Green+Blue) = 53+54+83=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #353653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353653 is #CAC9AC. Grayscale: #383838. Windows color (decimal): -13289901 or 5453365. OLE color: 5453365.

HSL color Cylindrical-coordinate representation of color #353653: hue angle of 238º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #353653 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB535483-
CMYK0.360.3500.67
HSL238º22.06%26.67%-
HSV(B)238º36.14%32.55%-
XYZ4.354.028.73-
YUV57.01142.67125.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=27.89%
G=28.42%
B=43.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5354830.360.3500.6723822.0626.67
Hex3536532423043ee161b
Octal6566123444301033562633
Binary110101110110101001110010010001101000011111011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353653; }

 p { color: rgb(53,54,83); }

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

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

 a { background-color: rgb(53,54,83); }

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

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

 span { border-color: rgb(53,54,83); }

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