Html Css Color HEX #355752 Blue Dianne

📋 copy color: '#355752'

red 53 ◦ green 87 ◦ blue 82

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

Shades of Blue Dianne #355752

Tints of Blue Dianne #355752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

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

R = 23.87%
G = 39.19%
B = 36.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#355752 (or 0x355752) is known color: Blue Dianne. HEX triplet: 35, 57 and 52. RGB value is (53,87,82). Sum of RGB (Red+Green+Blue) = 53+87+82=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #355752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355752 is #CAA8AD. Grayscale: #4C4C4C. Windows color (decimal): -13281454 or 5396277. OLE color: 5396277.

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

Color convert

RGB 53 87 82 -
CMYK 0.39 0 0.06 0.66
HSL 171.18º 0.24% 0.27% -
HSV(B) 171.18º 0.39% 0.34% -
XYZ 6.4 8.18 9.22 -
YUV 76.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 53 87 82 0.39 0 0.06 0.66 171.18 0.24 0.27
Hex 35 57 52 27 0 6 42 AB 18 1B
Octal 65 127 122 47 0 6 102 253 30 33
Binary 110101 1010111 1010010 100111 0 110 1000010 10101011 11000 11011

Color Harmonies of #355752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355752

Black with #355752

Text Example


Text Example

White with #355752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355752; }

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

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

background-color css

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

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

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

border-color css

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

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

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