#395552

Color #395552 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #395552

Tints of Blue Dianne #395552

Color information

#395552 (or 0x395552) is unknown color: approx 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

RGB578582-
CMYK0.3300.040.67
HSL173.57º19.72%27.84%-
HSV(B)173.57º32.94%33.33%-
XYZ6.467.989.18-
YUV76.29131.22114.24-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785820.3300.040.67173.5719.7227.84
Hex395552210443ae141c
Octal7112512241041032562434
Binary1110011010101101001010000101001000011101011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>