#435359

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

Shades of Casal #435359

Tints of Casal #435359

Color information

#435359 (or 0x435359) is unknown color: approx Casal. HEX triplet: 43, 53 and 59. RGB value is (67,83,89). Sum of RGB (Red+Green+Blue) = 67+83+89=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #435359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435359 is #BCACA6. Grayscale: #4E4E4E. Windows color (decimal): -12364967 or 5854019. OLE color: 5854019.

HSL color Cylindrical-coordinate representation of color #435359: hue angle of 196.36º 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 #435359 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB678389-
CMYK0.250.0700.65
HSL196.36º14.1%30.59%-
HSV(B)196.36º24.72%34.9%-
XYZ7.218.110.63-
YUV78.9133.7119.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=28.03%
G=34.73%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6783890.250.0700.65196.3614.130.59
Hex435359197041c4e1f
Octal10312313131701013041637
Binary100001110100111011001110011110100000111000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435359; }

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

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

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

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

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

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

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

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