#35515E

Color #35515E Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #35515E

Tints of Cello #35515E

Color information

#35515E (or 0x35515E) is unknown color: approx Cello. HEX triplet: 35, 51 and 5E. RGB value is (53,81,94). Sum of RGB (Red+Green+Blue) = 53+81+94=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #35515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35515E is #CAAEA1. Grayscale: #4A4A4A. Windows color (decimal): -13282978 or 6181173. OLE color: 6181173.

HSL color Cylindrical-coordinate representation of color #35515E: hue angle of 199.02º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35515E is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB538194-
CMYK0.440.1400.63
HSL199.02º27.89%28.82%-
HSV(B)199.02º43.62%36.86%-
XYZ6.437.4511.69-
YUV74.11139.22112.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=23.25%
G=35.53%
B=41.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5381940.440.1400.63199.0227.8928.82
Hex35515E2CE03Fc71c1d
Octal6512113654160773073435
Binary1101011010001101111010110011100111111110001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35515E; }

 p { color: rgb(53,81,94); }

 H1.HeaderClassName
 {
   color: #35515E;
 }
 .AnyTagClassName
 {
   color: #35515E;
 }
</style>
background-color css

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

 a { background-color: rgb(53,81,94); }

 div.DivClassName
 {
   background-color: #35515E;
 }
 .BgClassName
 {
   background-color: #35515E;
 }
</style>
border-color css

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

 span { border-color: rgb(53,81,94); }

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