Html Css Color HEX #395653 Blue Dianne

📋 copy color: '#395653'

red 57 ◦ green 86 ◦ blue 83

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

Shades of Blue Dianne #395653

Tints of Blue Dianne #395653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 25.22%
G = 38.05%
B = 36.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#395653 (or 0x395653) is known color: Blue Dianne. HEX triplet: 39, 56 and 53. RGB value is (57,86,83). Sum of RGB (Red+Green+Blue) = 57+86+83=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #395653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395653 is #C6A9AC. Grayscale: #4C4C4C. Windows color (decimal): -13019565 or 5461561. OLE color: 5461561.

HSL color Cylindrical-coordinate representation of color #395653: hue angle of 173.79º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395653 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 83 -
CMYK 0.34 0 0.03 0.66
HSL 173.79º 0.2% 0.28% -
HSV(B) 173.79º 0.34% 0.34% -
XYZ 6.58 8.15 9.41 -
YUV 76.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 57 86 83 0.34 0 0.03 0.66 173.79 0.2 0.28
Hex 39 56 53 22 0 3 42 AE 14 1C
Octal 71 126 123 42 0 3 102 256 24 34
Binary 111001 1010110 1010011 100010 0 11 1000010 10101110 10100 11100

Color Harmonies of #395653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395653

Black with #395653

Text Example


Text Example

White with #395653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395653; }

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

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

background-color css

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

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

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

border-color css

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

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

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