Html Css Color HEX #395551 Blue Dianne

📋 copy color: '#395551'

red 57 ◦ green 85 ◦ blue 81

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

Shades of Blue Dianne #395551

Tints of Blue Dianne #395551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 25.56%
G = 38.12%
B = 36.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#395551 (or 0x395551) is known color: Blue Dianne. HEX triplet: 39, 55 and 51. RGB value is (57,85,81). Sum of RGB (Red+Green+Blue) = 57+85+81=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #395551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395551 is #C6AAAE. Grayscale: #4C4C4C. Windows color (decimal): -13019823 or 5330233. OLE color: 5330233.

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

Color convert

RGB 57 85 81 -
CMYK 0.33 0 0.05 0.67
HSL 171.43º 0.2% 0.28% -
HSV(B) 171.43º 0.33% 0.33% -
XYZ 6.42 7.96 8.98 -
YUV 76.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 57 85 81 0.33 0 0.05 0.67 171.43 0.2 0.28
Hex 39 55 51 21 0 5 43 AB 14 1C
Octal 71 125 121 41 0 5 103 253 24 34
Binary 111001 1010101 1010001 100001 0 101 1000011 10101011 10100 11100

Color Harmonies of #395551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395551

Black with #395551

Text Example


Text Example

White with #395551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395551; }

 p { color: rgb(57,85,81); }

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

background-color css

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

 a { background-color: rgb(57,85,81); }

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

border-color css

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

 span { border-color: rgb(57,85,81); }

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