Html Css Color HEX #353653 Lucky Point

📋 copy color: '#353653'

red 53 ◦ green 54 ◦ blue 83

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

Shades of Lucky Point #353653

Tints of Lucky Point #353653

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 value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353653 (or 0x353653) is known color: 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

RGB 53 54 83 -
CMYK 0.36 0.35 0 0.67
HSL 238º 0.22% 0.27% -
HSV(B) 238º 0.36% 0.33% -
XYZ 4.35 4.02 8.73 -
YUV 57.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 53 54 83 0.36 0.35 0 0.67 238 0.22 0.27
Hex 35 36 53 24 23 0 43 EE 16 1B
Octal 65 66 123 44 43 0 103 356 26 33
Binary 110101 110110 1010011 100100 100011 0 1000011 11101110 10110 11011

Color Harmonies of #353653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353653

Black with #353653

Text Example


Text Example

White with #353653

Text Example


Text Example

HTML Codes & Css Web 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>