#365056

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

Shades of Casal #365056

Tints of Casal #365056

Color information

#365056 (or 0x365056) is unknown color: approx Casal. HEX triplet: 36, 50 and 56. RGB value is (54,80,86). Sum of RGB (Red+Green+Blue) = 54+80+86=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #365056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365056 is #C9AFA9. Grayscale: #484848. Windows color (decimal): -13217706 or 5656630. OLE color: 5656630.

HSL color Cylindrical-coordinate representation of color #365056: hue angle of 191.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365056 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB548086-
CMYK0.370.0700.66
HSL191.25º22.86%27.45%-
HSV(B)191.25º37.21%33.73%-
XYZ6.077.199.87-
YUV72.91135.39114.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=24.55%
G=36.36%
B=39.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5480860.370.0700.66191.2522.8627.45
Hex365056257042bf171b
Octal6612012645701022772733
Binary1101101010000101011010010111101000010101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365056; }

 p { color: rgb(54,80,86); }

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

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

 a { background-color: rgb(54,80,86); }

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

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

 span { border-color: rgb(54,80,86); }

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