#365055

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

Shades of Casal #365055

Tints of Casal #365055

Color information

#365055 (or 0x365055) is unknown color: approx Casal. HEX triplet: 36, 50 and 55. RGB value is (54,80,85). Sum of RGB (Red+Green+Blue) = 54+80+85=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #365055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365055 is #C9AFAA. Grayscale: #484848. Windows color (decimal): -13217707 or 5591094. OLE color: 5591094.

HSL color Cylindrical-coordinate representation of color #365055: hue angle of 189.68º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365055 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB548085-
CMYK0.360.0600.67
HSL189.68º22.3%27.25%-
HSV(B)189.68º36.47%33.33%-
XYZ6.037.189.66-
YUV72.8134.89114.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=24.66%
G=36.53%
B=38.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5480850.360.0600.67189.6822.327.25
Hex365055246043be161b
Octal6612012544601032762633
Binary1101101010000101010110010011001000011101111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365055; }

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

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

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

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

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

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

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

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