Html Css Color HEX #335653 Blue Dianne

📋 copy color: '#335653'

red 51 ◦ green 86 ◦ blue 83

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

Shades of Blue Dianne #335653

Tints of Blue Dianne #335653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

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

R = 23.18%
G = 39.09%
B = 37.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#335653 (or 0x335653) is known color: Blue Dianne. HEX triplet: 33, 56 and 53. RGB value is (51,86,83). Sum of RGB (Red+Green+Blue) = 51+86+83=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #335653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335653 is #CCA9AC. Grayscale: #4B4B4B. Windows color (decimal): -13412781 or 5461555. OLE color: 5461555.

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

Color convert

RGB 51 86 83 -
CMYK 0.41 0 0.03 0.66
HSL 174.86º 0.26% 0.27% -
HSV(B) 174.86º 0.41% 0.34% -
XYZ 6.25 7.98 9.4 -
YUV 75.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 51 86 83 0.41 0 0.03 0.66 174.86 0.26 0.27
Hex 33 56 53 29 0 3 42 AF 1A 1B
Octal 63 126 123 51 0 3 102 257 32 33
Binary 110011 1010110 1010011 101001 0 11 1000010 10101111 11010 11011

Color Harmonies of #335653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335653

Black with #335653

Text Example


Text Example

White with #335653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335653; }

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

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

background-color css

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

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

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

border-color css

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

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

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