#43575D

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

Shades of Casal #43575D

Tints of Casal #43575D

Color information

#43575D (or 0x43575D) is unknown color: approx Casal. HEX triplet: 43, 57 and 5D. RGB value is (67,87,93). Sum of RGB (Red+Green+Blue) = 67+87+93=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #43575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43575D is #BCA8A2. Grayscale: #515151. Windows color (decimal): -12363939 or 6117187. OLE color: 6117187.

HSL color Cylindrical-coordinate representation of color #43575D: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43575D is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB678793-
CMYK0.280.0600.64
HSL193.85º16.25%31.37%-
HSV(B)193.85º27.96%36.47%-
XYZ7.78.811.65-
YUV81.7134.37117.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.13%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=27.13%
G=35.22%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6787930.280.0600.64193.8516.2531.37
Hex43575D1C6040c2101f
Octal10312713534601003022037
Binary1000011101011110111011110011001000000110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43575D; }

 p { color: rgb(67,87,93); }

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

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

 a { background-color: rgb(67,87,93); }

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

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

 span { border-color: rgb(67,87,93); }

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