Html Css Color HEX #353853 Lucky Point

📋 copy color: '#353853'

red 53 ◦ green 56 ◦ blue 83

#353853
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #353853

Tints of Lucky Point #353853

RGB

 RED value IS 53 (21.09% from 255) = 27.6%

 GREEN value IS 56 (22.27% from 255) = 29.17%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 27.6%
G = 29.17%
B = 43.23%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353853 (or 0x353853) is known color: Lucky Point. HEX triplet: 35, 38 and 53. RGB value is (53,56,83). Sum of RGB (Red+Green+Blue) = 53+56+83=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #353853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353853 is #CAC7AC. Grayscale: #3A3A3A. Windows color (decimal): -13289389 or 5453877. OLE color: 5453877.

HSL color Cylindrical-coordinate representation of color #353853: hue angle of 234º 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 #353853 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 56 83 -
CMYK 0.36 0.33 0 0.67
HSL 234º 0.22% 0.27% -
HSV(B) 234º 0.36% 0.33% -
XYZ 4.44 4.21 8.76 -
YUV 58.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 53 56 83 0.36 0.33 0 0.67 234 0.22 0.27
Hex 35 38 53 24 21 0 43 EA 16 1B
Octal 65 70 123 44 41 0 103 352 26 33
Binary 110101 111000 1010011 100100 100001 0 1000011 11101010 10110 11011

Color Harmonies of #353853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353853

Black with #353853

Text Example


Text Example

White with #353853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353853; }

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

 H1.HeaderClassName
 {
   color: #353853;
 }
 .AnyTagClassName
 {
   color: #353853;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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