#435B5D

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

Shades of Casal #435B5D

Tints of Casal #435B5D

Color information

#435B5D (or 0x435B5D) is unknown color: approx Casal. HEX triplet: 43, 5B and 5D. RGB value is (67,91,93). Sum of RGB (Red+Green+Blue) = 67+91+93=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #435B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B5D is #BCA4A2. Grayscale: #545454. Windows color (decimal): -12362915 or 6118211. OLE color: 6118211.

HSL color Cylindrical-coordinate representation of color #435B5D: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435B5D is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB679193-
CMYK0.280.0200.64
HSL184.62º16.25%31.37%-
HSV(B)184.62º27.96%36.47%-
XYZ8.039.4711.76-
YUV84.05133.05115.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.69%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=26.69%
G=36.25%
B=37.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6791930.280.0200.64184.6216.2531.37
Hex435B5D1C2040b9101f
Octal10313313534201002712037
Binary100001110110111011101111001001000000101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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