#354D52

Color #354D52 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #354D52

Tints of Casal #354D52

Color information

#354D52 (or 0x354D52) is unknown color: approx Casal. HEX triplet: 35, 4D and 52. RGB value is (53,77,82). Sum of RGB (Red+Green+Blue) = 53+77+82=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #354D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D52 is #CAB2AD. Grayscale: #464646. Windows color (decimal): -13284014 or 5393717. OLE color: 5393717.

HSL color Cylindrical-coordinate representation of color #354D52: hue angle of 190.34º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354D52 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB537782-
CMYK0.350.0600.68
HSL190.34º21.48%26.47%-
HSV(B)190.34º35.37%32.16%-
XYZ5.656.678.97-
YUV70.39134.55115.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=25%
G=36.32%
B=38.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5377820.350.0600.68190.3421.4826.47
Hex354D52236044be151a
Octal6511512243601042762532
Binary1101011001101101001010001111001000100101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354D52; }

 p { color: rgb(53,77,82); }

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

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

 a { background-color: rgb(53,77,82); }

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

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

 span { border-color: rgb(53,77,82); }

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