Html Css Color HEX #395953 Blue Dianne

📋 copy color: '#395953'

red 57 ◦ green 89 ◦ blue 83

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

Shades of Blue Dianne #395953

Tints of Blue Dianne #395953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

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

R = 24.89%
G = 38.86%
B = 36.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#395953 (or 0x395953) is known color: Blue Dianne. HEX triplet: 39, 59 and 53. RGB value is (57,89,83). Sum of RGB (Red+Green+Blue) = 57+89+83=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #395953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395953 is #C6A6AC. Grayscale: #4E4E4E. Windows color (decimal): -13018797 or 5462329. OLE color: 5462329.

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

Color convert

RGB 57 89 83 -
CMYK 0.36 0 0.07 0.65
HSL 168.75º 0.22% 0.29% -
HSV(B) 168.75º 0.36% 0.35% -
XYZ 6.82 8.64 9.49 -
YUV 78.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 57 89 83 0.36 0 0.07 0.65 168.75 0.22 0.29
Hex 39 59 53 24 0 7 41 A9 16 1D
Octal 71 131 123 44 0 7 101 251 26 35
Binary 111001 1011001 1010011 100100 0 111 1000001 10101001 10110 11101

Color Harmonies of #395953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395953

Black with #395953

Text Example


Text Example

White with #395953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395953; }

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

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

background-color css

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

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

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

border-color css

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

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

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