Html Css Color HEX #395550 Blue Dianne

📋 copy color: '#395550'

red 57 ◦ green 85 ◦ blue 80

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

Shades of Blue Dianne #395550

Tints of Blue Dianne #395550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 25.68%
G = 38.29%
B = 36.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#395550 (or 0x395550) is known color: Blue Dianne. HEX triplet: 39, 55 and 50. RGB value is (57,85,80). Sum of RGB (Red+Green+Blue) = 57+85+80=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #395550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395550 is #C6AAAF. Grayscale: #4C4C4C. Windows color (decimal): -13019824 or 5264697. OLE color: 5264697.

HSL color Cylindrical-coordinate representation of color #395550: hue angle of 169.29º 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 #395550 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 80 -
CMYK 0.33 0 0.06 0.67
HSL 169.29º 0.2% 0.28% -
HSV(B) 169.29º 0.33% 0.33% -
XYZ 6.38 7.95 8.79 -
YUV 76.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 57 85 80 0.33 0 0.06 0.67 169.29 0.2 0.28
Hex 39 55 50 21 0 6 43 A9 14 1C
Octal 71 125 120 41 0 6 103 251 24 34
Binary 111001 1010101 1010000 100001 0 110 1000011 10101001 10100 11100

Color Harmonies of #395550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395550

Black with #395550

Text Example


Text Example

White with #395550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395550; }

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

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

background-color css

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

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

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

border-color css

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

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

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