Html Css Color HEX #35534C Blue Dianne

📋 copy color: '#35534C'

red 53 ◦ green 83 ◦ blue 76

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

Shades of Blue Dianne #35534C

Tints of Blue Dianne #35534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 25%
G = 39.15%
B = 35.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#35534C (or 0x35534C) is known color: Blue Dianne. HEX triplet: 35, 53 and 4C. RGB value is (53,83,76). Sum of RGB (Red+Green+Blue) = 53+83+76=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #35534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35534C is #CAACB3. Grayscale: #494949. Windows color (decimal): -13282484 or 5002037. OLE color: 5002037.

HSL color Cylindrical-coordinate representation of color #35534C: hue angle of 166º 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 #35534C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 76 -
CMYK 0.36 0 0.08 0.67
HSL 166º 0.22% 0.27% -
HSV(B) 166º 0.36% 0.33% -
XYZ 5.87 7.47 7.97 -
YUV 73.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 53 83 76 0.36 0 0.08 0.67 166 0.22 0.27
Hex 35 53 4C 24 0 8 43 A6 16 1B
Octal 65 123 114 44 0 10 103 246 26 33
Binary 110101 1010011 1001100 100100 0 1000 1000011 10100110 10110 11011

Color Harmonies of #35534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35534C

Black with #35534C

Text Example


Text Example

White with #35534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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