#43585F

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

Shades of Casal #43585F

Tints of Casal #43585F

Color information

#43585F (or 0x43585F) is unknown color: approx Casal. HEX triplet: 43, 58 and 5F. RGB value is (67,88,95). Sum of RGB (Red+Green+Blue) = 67+88+95=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #43585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43585F is #BCA7A0. Grayscale: #525252. Windows color (decimal): -12363681 or 6248515. OLE color: 6248515.

HSL color Cylindrical-coordinate representation of color #43585F: hue angle of 195º 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 #43585F is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB678895-
CMYK0.290.0700.63
HSL195º17.28%31.76%-
HSV(B)195º29.47%37.25%-
XYZ7.87912.15-
YUV82.52135.04116.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=26.8%
G=35.2%
B=38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6788950.290.0700.6319517.2831.76
Hex43585F1D703Fc31120
Octal1031301373570773032140
Binary1000011101100010111111110111101111111100001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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