#435A60

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

Shades of Casal #435A60

Tints of Casal #435A60

Color information

#435A60 (or 0x435A60) is unknown color: approx Casal. HEX triplet: 43, 5A and 60. RGB value is (67,90,96). Sum of RGB (Red+Green+Blue) = 67+90+96=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #435A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A60 is #BCA59F. Grayscale: #535353. Windows color (decimal): -12363168 or 6314563. OLE color: 6314563.

HSL color Cylindrical-coordinate representation of color #435A60: hue angle of 192.41º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #435A60 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB679096-
CMYK0.300.0600.62
HSL192.41º17.79%31.96%-
HSV(B)192.41º30.21%37.65%-
XYZ8.089.3512.45-
YUV83.81134.88116.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=26.48%
G=35.57%
B=37.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6790960.300.0600.62192.4117.7931.96
Hex435A601E603Ec01220
Octal1031321403660763002240
Binary1000011101101011000001111011001111101100000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435A60; }

 p { color: rgb(67,90,96); }

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

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

 a { background-color: rgb(67,90,96); }

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

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

 span { border-color: rgb(67,90,96); }

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