Html Css Color HEX #395552 Blue Dianne

📋 copy color: '#395552'

red 57 ◦ green 85 ◦ blue 82

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

Shades of Blue Dianne #395552

Tints of Blue Dianne #395552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 25.45%
G = 37.95%
B = 36.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#395552 (or 0x395552) is known color: Blue Dianne. HEX triplet: 39, 55 and 52. RGB value is (57,85,82). Sum of RGB (Red+Green+Blue) = 57+85+82=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #395552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395552 is #C6AAAD. Grayscale: #4C4C4C. Windows color (decimal): -13019822 or 5395769. OLE color: 5395769.

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

Color convert

RGB 57 85 82 -
CMYK 0.33 0 0.04 0.67
HSL 173.57º 0.2% 0.28% -
HSV(B) 173.57º 0.33% 0.33% -
XYZ 6.46 7.98 9.18 -
YUV 76.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 57 85 82 0.33 0 0.04 0.67 173.57 0.2 0.28
Hex 39 55 52 21 0 4 43 AE 14 1C
Octal 71 125 122 41 0 4 103 256 24 34
Binary 111001 1010101 1010010 100001 0 100 1000011 10101110 10100 11100

Color Harmonies of #395552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395552

Black with #395552

Text Example


Text Example

White with #395552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395552; }

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

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

background-color css

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

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

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

border-color css

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

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

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