Html Css Color HEX #355853 Blue Dianne

📋 copy color: '#355853'

red 53 ◦ green 88 ◦ blue 83

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

Shades of Blue Dianne #355853

Tints of Blue Dianne #355853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.29%

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

R = 23.66%
G = 39.29%
B = 37.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#355853 (or 0x355853) is known color: Blue Dianne. HEX triplet: 35, 58 and 53. RGB value is (53,88,83). Sum of RGB (Red+Green+Blue) = 53+88+83=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #355853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355853 is #CAA7AC. Grayscale: #4C4C4C. Windows color (decimal): -13281197 or 5462069. OLE color: 5462069.

HSL color Cylindrical-coordinate representation of color #355853: hue angle of 171.43º 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 #355853 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 83 -
CMYK 0.40 0 0.06 0.65
HSL 171.43º 0.25% 0.28% -
HSV(B) 171.43º 0.4% 0.35% -
XYZ 6.52 8.36 9.45 -
YUV 76.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 53 88 83 0.40 0 0.06 0.65 171.43 0.25 0.28
Hex 35 58 53 28 0 6 41 AB 19 1C
Octal 65 130 123 50 0 6 101 253 31 34
Binary 110101 1011000 1010011 101000 0 110 1000001 10101011 11001 11100

Color Harmonies of #355853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355853

Black with #355853

Text Example


Text Example

White with #355853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355853; }

 p { color: rgb(53,88,83); }

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

background-color css

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

 a { background-color: rgb(53,88,83); }

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

border-color css

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

 span { border-color: rgb(53,88,83); }

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