#365553

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

Shades of Blue Dianne #365553

Tints of Blue Dianne #365553

Color information

#365553 (or 0x365553) is unknown color: approx Blue Dianne. HEX triplet: 36, 55 and 53. RGB value is (54,85,83). Sum of RGB (Red+Green+Blue) = 54+85+83=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #365553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365553 is #C9AAAC. Grayscale: #4B4B4B. Windows color (decimal): -13216429 or 5461302. OLE color: 5461302.

HSL color Cylindrical-coordinate representation of color #365553: hue angle of 176.13º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365553 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB548583-
CMYK0.3600.020.67
HSL176.13º22.3%27.25%-
HSV(B)176.13º36.47%33.33%-
XYZ6.337.919.38-
YUV75.5132.23112.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=24.32%
G=38.29%
B=37.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485830.3600.020.67176.1322.327.25
Hex365553240243b0161b
Octal6612512344021032602633
Binary110110101010110100111001000101000011101100001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365553; }

 p { color: rgb(54,85,83); }

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

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

 a { background-color: rgb(54,85,83); }

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

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

 span { border-color: rgb(54,85,83); }

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