Html Css Color HEX #393453 Cherry Pie

📋 copy color: '#393453'

red 57 ◦ green 52 ◦ blue 83

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

Shades of Cherry Pie #393453

Tints of Cherry Pie #393453

RGB

 RED value IS 57 (22.66% from 255) = 29.69%

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 29.69%
G = 27.08%
B = 43.23%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393453 (or 0x393453) is known color: Cherry Pie. HEX triplet: 39, 34 and 53. RGB value is (57,52,83). Sum of RGB (Red+Green+Blue) = 57+52+83=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 52 (20.70% from 255 or 27.08% 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 #393453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393453 is #C6CBAC. Grayscale: #383838. Windows color (decimal): -13028269 or 5452857. OLE color: 5452857.

HSL color Cylindrical-coordinate representation of color #393453: hue angle of 249.68º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #393453 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 52 83 -
CMYK 0.31 0.37 0 0.67
HSL 249.68º 0.23% 0.26% -
HSV(B) 249.68º 0.37% 0.33% -
XYZ 4.48 3.95 8.71 -
YUV 57.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 57 52 83 0.31 0.37 0 0.67 249.68 0.23 0.26
Hex 39 34 53 1F 25 0 43 FA 17 1A
Octal 71 64 123 37 45 0 103 372 27 32
Binary 111001 110100 1010011 11111 100101 0 1000011 11111010 10111 11010

Color Harmonies of #393453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393453

Black with #393453

Text Example


Text Example

White with #393453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393453; }

 p { color: rgb(57,52,83); }

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

background-color css

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

 a { background-color: rgb(57,52,83); }

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

border-color css

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

 span { border-color: rgb(57,52,83); }

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