#375953

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

Shades of Blue Dianne #375953

Tints of Blue Dianne #375953

Color information

#375953 (or 0x375953) is unknown color: approx Blue Dianne. HEX triplet: 37, 59 and 53. RGB value is (55,89,83). Sum of RGB (Red+Green+Blue) = 55+89+83=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #375953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375953 is #C8A6AC. Grayscale: #4E4E4E. Windows color (decimal): -13149869 or 5462327. OLE color: 5462327.

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

Color convert

RGB558983-
CMYK0.3800.070.65
HSL169.41º23.61%28.24%-
HSV(B)169.41º38.2%34.9%-
XYZ6.718.589.49-
YUV78.15130.74111.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=24.23%
G=39.21%
B=36.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589830.3800.070.65169.4123.6128.24
Hex375953260741a9181c
Octal6713112346071012513034
Binary1101111011001101001110011001111000001101010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375953; }

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

 H1.HeaderClassName
 {
   color: #375953;
 }
 .AnyTagClassName
 {
   color: #375953;
 }
</style>
background-color css

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

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

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

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

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

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