#43585E

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

Shades of Casal #43585E

Tints of Casal #43585E

Color information

#43585E (or 0x43585E) is unknown color: approx Casal. HEX triplet: 43, 58 and 5E. RGB value is (67,88,94). Sum of RGB (Red+Green+Blue) = 67+88+94=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #43585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43585E is #BCA7A1. Grayscale: #525252. Windows color (decimal): -12363682 or 6182979. OLE color: 6182979.

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

Color convert

RGB678894-
CMYK0.290.0600.63
HSL193.33º16.77%31.57%-
HSV(B)193.33º28.72%36.86%-
XYZ7.828.9811.91-
YUV82.4134.54117.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=26.91%
G=35.34%
B=37.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6788940.290.0600.63193.3316.7731.57
Hex43585E1D603Fc11120
Octal1031301363560773012140
Binary1000011101100010111101110111001111111100000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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