#435259

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

Shades of Casal #435259

Tints of Casal #435259

Color information

#435259 (or 0x435259) is unknown color: approx Casal. HEX triplet: 43, 52 and 59. RGB value is (67,82,89). Sum of RGB (Red+Green+Blue) = 67+82+89=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #435259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435259 is #BCADA6. Grayscale: #4E4E4E. Windows color (decimal): -12365223 or 5853763. OLE color: 5853763.

HSL color Cylindrical-coordinate representation of color #435259: hue angle of 199.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #435259 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB678289-
CMYK0.250.0800.65
HSL199.09º14.1%30.59%-
HSV(B)199.09º24.72%34.9%-
XYZ7.147.9510.61-
YUV78.31134.03119.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=28.15%
G=34.45%
B=37.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6782890.250.0800.65199.0914.130.59
Hex435259198041c7e1f
Octal103122131311001013071637
Binary1000011101001010110011100110000100000111000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435259; }

 p { color: rgb(67,82,89); }

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

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

 a { background-color: rgb(67,82,89); }

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

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

 span { border-color: rgb(67,82,89); }

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