#435B5E

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

Shades of Casal #435B5E

Tints of Casal #435B5E

Color information

#435B5E (or 0x435B5E) is unknown color: approx Casal. HEX triplet: 43, 5B and 5E. RGB value is (67,91,94). Sum of RGB (Red+Green+Blue) = 67+91+94=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #435B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B5E is #BCA4A1. Grayscale: #545454. Windows color (decimal): -12362914 or 6183747. OLE color: 6183747.

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

Color convert

RGB679194-
CMYK0.290.0300.63
HSL186.67º16.77%31.57%-
HSV(B)186.67º28.72%36.86%-
XYZ8.089.4811.99-
YUV84.17133.55115.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=26.59%
G=36.11%
B=37.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6791940.290.0300.63186.6716.7731.57
Hex435B5E1D303Fbb1120
Octal1031331363530772732140
Binary100001110110111011110111011101111111011101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,91,94); }

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

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

 a { background-color: rgb(67,91,94); }

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

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

 span { border-color: rgb(67,91,94); }

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