#395054

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

Shades of Casal #395054

Tints of Casal #395054

Color information

#395054 (or 0x395054) is unknown color: approx Casal. HEX triplet: 39, 50 and 54. RGB value is (57,80,84). Sum of RGB (Red+Green+Blue) = 57+80+84=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #395054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395054 is #C6AFAB. Grayscale: #494949. Windows color (decimal): -13021100 or 5525561. OLE color: 5525561.

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

Color convert

RGB578084-
CMYK0.320.0500.67
HSL188.89º19.15%27.65%-
HSV(B)188.89º32.14%32.94%-
XYZ6.167.259.46-
YUV73.58133.88116.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=25.79%
G=36.20%
B=38.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5780840.320.0500.67188.8919.1527.65
Hex395054205043bd131c
Octal7112012440501032752334
Binary1110011010000101010010000010101000011101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395054; }

 p { color: rgb(57,80,84); }

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

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

 a { background-color: rgb(57,80,84); }

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

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

 span { border-color: rgb(57,80,84); }

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