Html Css Color HEX #355C56 Blue Dianne

📋 copy color: '#355C56'

red 53 ◦ green 92 ◦ blue 86

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

Shades of Blue Dianne #355C56

Tints of Blue Dianne #355C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.83%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 22.94%
G = 39.83%
B = 37.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#355C56 (or 0x355C56) is known color: Blue Dianne. HEX triplet: 35, 5C and 56. RGB value is (53,92,86). Sum of RGB (Red+Green+Blue) = 53+92+86=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #355C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C56 is #CAA3A9. Grayscale: #4F4F4F. Windows color (decimal): -13280170 or 5659701. OLE color: 5659701.

HSL color Cylindrical-coordinate representation of color #355C56: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C56 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 92 86 -
CMYK 0.42 0 0.07 0.64
HSL 170.77º 0.27% 0.28% -
HSV(B) 170.77º 0.42% 0.36% -
XYZ 6.98 9.08 10.19 -
YUV 79.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 53 92 86 0.42 0 0.07 0.64 170.77 0.27 0.28
Hex 35 5C 56 2A 0 7 40 AB 1B 1C
Octal 65 134 126 52 0 7 100 253 33 34
Binary 110101 1011100 1010110 101010 0 111 1000000 10101011 11011 11100

Color Harmonies of #355C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C56

Black with #355C56

Text Example


Text Example

White with #355C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355C56; }

 p { color: rgb(53,92,86); }

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

background-color css

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

 a { background-color: rgb(53,92,86); }

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

border-color css

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

 span { border-color: rgb(53,92,86); }

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