#435960

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

Shades of Casal #435960

Tints of Casal #435960

Color information

#435960 (or 0x435960) is unknown color: approx Casal. HEX triplet: 43, 59 and 60. RGB value is (67,89,96). Sum of RGB (Red+Green+Blue) = 67+89+96=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #435960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435960 is #BCA69F. Grayscale: #535353. Windows color (decimal): -12363424 or 6314307. OLE color: 6314307.

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

Color convert

RGB678996-
CMYK0.300.0700.62
HSL194.48º17.79%31.96%-
HSV(B)194.48º30.21%37.65%-
XYZ89.1812.42-
YUV83.22135.21116.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=26.59%
G=35.32%
B=38.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6789960.300.0700.62194.4817.7931.96
Hex4359601E703Ec21220
Octal1031311403670763022240
Binary1000011101100111000001111011101111101100001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435960; }

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

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

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

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

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

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

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

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