#43585C

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

Shades of Casal #43585C

Tints of Casal #43585C

Color information

#43585C (or 0x43585C) is unknown color: approx Casal. HEX triplet: 43, 58 and 5C. RGB value is (67,88,92). Sum of RGB (Red+Green+Blue) = 67+88+92=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #43585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43585C is #BCA7A3. Grayscale: #525252. Windows color (decimal): -12363684 or 6051907. OLE color: 6051907.

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

Color convert

RGB678892-
CMYK0.270.0400.64
HSL189.6º15.72%31.18%-
HSV(B)189.6º27.17%36.08%-
XYZ7.748.9511.44-
YUV82.18133.54117.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.13%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=27.13%
G=35.63%
B=37.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6788920.270.0400.64189.615.7231.18
Hex43585C1B4040be101f
Octal10313013433401002762037
Binary1000011101100010111001101110001000000101111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43585C; }

 p { color: rgb(67,88,92); }

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

<style>
 a { background-color: #43585C; }

 a { background-color: rgb(67,88,92); }

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

<style>
 span { border-color: #43585C; }

 span { border-color: rgb(67,88,92); }

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