#435558

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

Shades of Casal #435558

Tints of Casal #435558

Color information

#435558 (or 0x435558) is unknown color: approx Casal. HEX triplet: 43, 55 and 58. RGB value is (67,85,88). Sum of RGB (Red+Green+Blue) = 67+85+88=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #435558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435558 is #BCAAA7. Grayscale: #4F4F4F. Windows color (decimal): -12364456 or 5788995. OLE color: 5788995.

HSL color Cylindrical-coordinate representation of color #435558: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #435558 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB678588-
CMYK0.240.0300.65
HSL188.57º13.55%30.39%-
HSV(B)188.57º23.86%34.51%-
XYZ7.328.3910.47-
YUV79.96132.54118.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=27.92%
G=35.42%
B=36.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6785880.240.0300.65188.5713.5530.39
Hex435558183041bde1e
Octal10312513030301012751636
Binary10000111010101101100011000110100000110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435558; }

 p { color: rgb(67,85,88); }

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

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

 a { background-color: rgb(67,85,88); }

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

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

 span { border-color: rgb(67,85,88); }

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