Html Css Color HEX #365953 Blue Dianne

📋 copy color: '#365953'

red 54 ◦ green 89 ◦ blue 83

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

Shades of Blue Dianne #365953

Tints of Blue Dianne #365953

RGB

 RED value IS 54 (21.48% from 255) = 23.89%

 GREEN value IS 89 (35.16% from 255) = 39.38%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 23.89%
G = 39.38%
B = 36.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#365953 (or 0x365953) is known color: Blue Dianne. HEX triplet: 36, 59 and 53. RGB value is (54,89,83). Sum of RGB (Red+Green+Blue) = 54+89+83=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #365953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365953 is #C9A6AC. Grayscale: #4D4D4D. Windows color (decimal): -13215405 or 5462326. OLE color: 5462326.

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

Color convert

RGB 54 89 83 -
CMYK 0.39 0 0.07 0.65
HSL 169.71º 0.24% 0.28% -
HSV(B) 169.71º 0.39% 0.35% -
XYZ 6.66 8.55 9.48 -
YUV 77.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 54 89 83 0.39 0 0.07 0.65 169.71 0.24 0.28
Hex 36 59 53 27 0 7 41 AA 18 1C
Octal 66 131 123 47 0 7 101 252 30 34
Binary 110110 1011001 1010011 100111 0 111 1000001 10101010 11000 11100

Color Harmonies of #365953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365953

Black with #365953

Text Example


Text Example

White with #365953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365953; }

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

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

background-color css

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

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

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

border-color css

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

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

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