#365A53

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

Shades of Blue Dianne #365A53

Tints of Blue Dianne #365A53

Color information

#365A53 (or 0x365A53) is unknown color: approx Blue Dianne. HEX triplet: 36, 5A and 53. RGB value is (54,90,83). Sum of RGB (Red+Green+Blue) = 54+90+83=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #365A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A53 is #C9A5AC. Grayscale: #4E4E4E. Windows color (decimal): -13215149 or 5462582. OLE color: 5462582.

HSL color Cylindrical-coordinate representation of color #365A53: hue angle of 168.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A53 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB549083-
CMYK0.4000.080.65
HSL168.33º25%28.24%-
HSV(B)168.33º40%35.29%-
XYZ6.748.729.51-
YUV78.44130.57110.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=23.79%
G=39.65%
B=36.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5490830.4000.080.65168.332528.24
Hex365A53280841a8191c
Octal66132123500101012503134
Binary11011010110101010011101000010001000001101010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A53; }

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

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

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

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

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

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

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

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