#435155

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

Shades of Casal #435155

Tints of Casal #435155

Color information

#435155 (or 0x435155) is unknown color: approx Casal. HEX triplet: 43, 51 and 55. RGB value is (67,81,85). Sum of RGB (Red+Green+Blue) = 67+81+85=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #435155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435155 is #BCAEAA. Grayscale: #4D4D4D. Windows color (decimal): -12365483 or 5591363. OLE color: 5591363.

HSL color Cylindrical-coordinate representation of color #435155: hue angle of 193.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #435155 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB678185-
CMYK0.210.0500.67
HSL193.33º11.84%29.8%-
HSV(B)193.33º21.18%33.33%-
XYZ6.97.739.72-
YUV77.27132.36120.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=28.76%
G=34.76%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6781850.210.0500.67193.3311.8429.8
Hex435155155043c1c1e
Octal10312112525501033011436
Binary100001110100011010101101011010100001111000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435155; }

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

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

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

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

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

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

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

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