#43585A

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

Shades of Casal #43585A

Tints of Casal #43585A

Color information

#43585A (or 0x43585A) is unknown color: approx Casal. HEX triplet: 43, 58 and 5A. RGB value is (67,88,90). Sum of RGB (Red+Green+Blue) = 67+88+90=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #43585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43585A is #BCA7A5. Grayscale: #515151. Windows color (decimal): -12363686 or 5920835. OLE color: 5920835.

HSL color Cylindrical-coordinate representation of color #43585A: hue angle of 185.22º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43585A is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB678890-
CMYK0.260.0200.65
HSL185.22º14.65%30.78%-
HSV(B)185.22º25.56%35.29%-
XYZ7.658.9110.99-
YUV81.95132.54117.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=27.35%
G=35.92%
B=36.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6788900.260.0200.65185.2214.6530.78
Hex43585A1A2041b9f1f
Octal10313013232201012711737
Binary10000111011000101101011010100100000110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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