Html Css Color HEX #335953 Blue Dianne

📋 copy color: '#335953'

red 51 ◦ green 89 ◦ blue 83

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

Shades of Blue Dianne #335953

Tints of Blue Dianne #335953

RGB

 RED value IS 51 (20.31% from 255) = 22.87%

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 22.87%
G = 39.91%
B = 37.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#335953 (or 0x335953) is known color: Blue Dianne. HEX triplet: 33, 59 and 53. RGB value is (51,89,83). Sum of RGB (Red+Green+Blue) = 51+89+83=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #335953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335953 is #CCA6AC. Grayscale: #4C4C4C. Windows color (decimal): -13412013 or 5462323. OLE color: 5462323.

HSL color Cylindrical-coordinate representation of color #335953: hue angle of 170.53º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335953 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 89 83 -
CMYK 0.43 0 0.07 0.65
HSL 170.53º 0.27% 0.27% -
HSV(B) 170.53º 0.43% 0.35% -
XYZ 6.5 8.47 9.48 -
YUV 76.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 51 89 83 0.43 0 0.07 0.65 170.53 0.27 0.27
Hex 33 59 53 2B 0 7 41 AB 1B 1B
Octal 63 131 123 53 0 7 101 253 33 33
Binary 110011 1011001 1010011 101011 0 111 1000001 10101011 11011 11011

Color Harmonies of #335953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335953

Black with #335953

Text Example


Text Example

White with #335953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335953; }

 p { color: rgb(51,89,83); }

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

background-color css

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

 a { background-color: rgb(51,89,83); }

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

border-color css

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

 span { border-color: rgb(51,89,83); }

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