Html Css Color HEX #35534D Blue Dianne

📋 copy color: '#35534D'

red 53 ◦ green 83 ◦ blue 77

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

Shades of Blue Dianne #35534D

Tints of Blue Dianne #35534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.97%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 24.88%
G = 38.97%
B = 36.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#35534D (or 0x35534D) is known color: Blue Dianne. HEX triplet: 35, 53 and 4D. RGB value is (53,83,77). Sum of RGB (Red+Green+Blue) = 53+83+77=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #35534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35534D is #CAACB2. Grayscale: #494949. Windows color (decimal): -13282483 or 5067573. OLE color: 5067573.

HSL color Cylindrical-coordinate representation of color #35534D: hue angle of 168º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35534D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 77 -
CMYK 0.36 0 0.07 0.67
HSL 168º 0.22% 0.27% -
HSV(B) 168º 0.36% 0.33% -
XYZ 5.9 7.48 8.15 -
YUV 73.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 53 83 77 0.36 0 0.07 0.67 168 0.22 0.27
Hex 35 53 4D 24 0 7 43 A8 16 1B
Octal 65 123 115 44 0 7 103 250 26 33
Binary 110101 1010011 1001101 100100 0 111 1000011 10101000 10110 11011

Color Harmonies of #35534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35534D

Black with #35534D

Text Example


Text Example

White with #35534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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