#435254

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

Shades of Casal #435254

Tints of Casal #435254

Color information

#435254 (or 0x435254) is unknown color: approx Casal. HEX triplet: 43, 52 and 54. RGB value is (67,82,84). Sum of RGB (Red+Green+Blue) = 67+82+84=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #435254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435254 is #BCADAB. Grayscale: #4D4D4D. Windows color (decimal): -12365228 or 5526083. OLE color: 5526083.

HSL color Cylindrical-coordinate representation of color #435254: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435254 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB678284-
CMYK0.200.0200.67
HSL187.06º11.26%29.61%-
HSV(B)187.06º20.24%32.94%-
XYZ6.937.879.54-
YUV77.74131.53120.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=28.76%
G=35.19%
B=36.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6782840.200.0200.67187.0611.2629.61
Hex435254142043bbb1e
Octal10312212424201032731336
Binary10000111010010101010010100100100001110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435254; }

 p { color: rgb(67,82,84); }

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

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

 a { background-color: rgb(67,82,84); }

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

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

 span { border-color: rgb(67,82,84); }

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