#415355

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

Shades of Casal #415355

Tints of Casal #415355

Color information

#415355 (or 0x415355) is unknown color: approx Casal. HEX triplet: 41, 53 and 55. RGB value is (65,83,85). Sum of RGB (Red+Green+Blue) = 65+83+85=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 83 (32.81% from 255 or 35.62% 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 #415355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415355 is #BEACAA. Grayscale: #4D4D4D. Windows color (decimal): -12496043 or 5591873. OLE color: 5591873.

HSL color Cylindrical-coordinate representation of color #415355: hue angle of 186º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415355 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB658385-
CMYK0.240.0200.67
HSL186º13.33%29.41%-
HSV(B)186º23.53%33.33%-
XYZ6.917.979.77-
YUV77.85132.04118.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=27.90%
G=35.62%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583850.240.0200.6718613.3329.41
Hex415355182043bad1d
Octal10112312530201032721535
Binary10000011010011101010111000100100001110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415355; }

 p { color: rgb(65,83,85); }

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

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

 a { background-color: rgb(65,83,85); }

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

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

 span { border-color: rgb(65,83,85); }

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