Html Css Color HEX #355652 Blue Dianne

📋 copy color: '#355652'

red 53 ◦ green 86 ◦ blue 82

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

Shades of Blue Dianne #355652

Tints of Blue Dianne #355652

RGB

 RED value IS 53 (21.09% from 255) = 23.98%

 GREEN value IS 86 (33.98% from 255) = 38.91%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 23.98%
G = 38.91%
B = 37.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#355652 (or 0x355652) is known color: Blue Dianne. HEX triplet: 35, 56 and 52. RGB value is (53,86,82). Sum of RGB (Red+Green+Blue) = 53+86+82=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #355652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355652 is #CAA9AD. Grayscale: #4B4B4B. Windows color (decimal): -13281710 or 5396021. OLE color: 5396021.

HSL color Cylindrical-coordinate representation of color #355652: hue angle of 172.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355652 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 82 -
CMYK 0.38 0 0.05 0.66
HSL 172.73º 0.24% 0.27% -
HSV(B) 172.73º 0.38% 0.34% -
XYZ 6.32 8.02 9.2 -
YUV 75.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 53 86 82 0.38 0 0.05 0.66 172.73 0.24 0.27
Hex 35 56 52 26 0 5 42 AD 18 1B
Octal 65 126 122 46 0 5 102 255 30 33
Binary 110101 1010110 1010010 100110 0 101 1000010 10101101 11000 11011

Color Harmonies of #355652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355652

Black with #355652

Text Example


Text Example

White with #355652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355652; }

 p { color: rgb(53,86,82); }

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

background-color css

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

 a { background-color: rgb(53,86,82); }

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

border-color css

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

 span { border-color: rgb(53,86,82); }

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