#3A5559

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

Shades of Casal #3A5559

Tints of Casal #3A5559

Color information

#3A5559 (or 0x3A5559) is unknown color: approx Casal. HEX triplet: 3A, 55 and 59. RGB value is (58,85,89). Sum of RGB (Red+Green+Blue) = 58+85+89=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5559 is #C5AAA6. Grayscale: #4D4D4D. Windows color (decimal): -12954279 or 5854522. OLE color: 5854522.

HSL color Cylindrical-coordinate representation of color #3A5559: hue angle of 187.74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5559 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB588589-
CMYK0.350.0400.65
HSL187.74º21.09%28.82%-
HSV(B)187.74º34.83%34.9%-
XYZ6.88.1210.66-
YUV77.38134.55114.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=25%
G=36.64%
B=38.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5885890.350.0400.65187.7421.0928.82
Hex3A5559234041bc151d
Octal7212513143401012742535
Binary1110101010101101100110001110001000001101111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5559; }

 p { color: rgb(58,85,89); }

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

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

 a { background-color: rgb(58,85,89); }

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

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

 span { border-color: rgb(58,85,89); }

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