Html Css Color HEX #335A53 Blue Dianne

📋 copy color: '#335A53'

red 51 ◦ green 90 ◦ blue 83

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

Shades of Blue Dianne #335A53

Tints of Blue Dianne #335A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 22.77%
G = 40.18%
B = 37.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#335A53 (or 0x335A53) is known color: Blue Dianne. HEX triplet: 33, 5A and 53. RGB value is (51,90,83). Sum of RGB (Red+Green+Blue) = 51+90+83=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #335A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A53 is #CCA5AC. Grayscale: #4D4D4D. Windows color (decimal): -13411757 or 5462579. OLE color: 5462579.

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

Color convert

RGB 51 90 83 -
CMYK 0.43 0 0.08 0.65
HSL 169.23º 0.28% 0.28% -
HSV(B) 169.23º 0.43% 0.35% -
XYZ 6.58 8.64 9.5 -
YUV 77.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 51 90 83 0.43 0 0.08 0.65 169.23 0.28 0.28
Hex 33 5A 53 2B 0 8 41 A9 1C 1C
Octal 63 132 123 53 0 10 101 251 34 34
Binary 110011 1011010 1010011 101011 0 1000 1000001 10101001 11100 11100

Color Harmonies of #335A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A53

Black with #335A53

Text Example


Text Example

White with #335A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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