#43565B

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

Shades of Casal #43565B

Tints of Casal #43565B

Color information

#43565B (or 0x43565B) is unknown color: approx Casal. HEX triplet: 43, 56 and 5B. RGB value is (67,86,91). Sum of RGB (Red+Green+Blue) = 67+86+91=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #43565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43565B is #BCA9A4. Grayscale: #505050. Windows color (decimal): -12364197 or 5985859. OLE color: 5985859.

HSL color Cylindrical-coordinate representation of color #43565B: hue angle of 192.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43565B is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB678691-
CMYK0.260.0500.64
HSL192.5º15.19%30.98%-
HSV(B)192.5º26.37%35.69%-
XYZ7.538.611.16-
YUV80.89133.71118.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=27.46%
G=35.25%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6786910.260.0500.64192.515.1930.98
Hex43565B1A5040c0f1f
Octal10312613332501003001737
Binary100001110101101011011110101010100000011000000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43565B; }

 p { color: rgb(67,86,91); }

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

<style>
 a { background-color: #43565B; }

 a { background-color: rgb(67,86,91); }

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

<style>
 span { border-color: #43565B; }

 span { border-color: rgb(67,86,91); }

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