#360558

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

Shades of Christalle #360558

Tints of Christalle #360558

Color information

#360558 (or 0x360558) is unknown color: approx Christalle. HEX triplet: 36, 05 and 58. RGB value is (54,5,88). Sum of RGB (Red+Green+Blue) = 54+5+88=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #360558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360558 is #C9FAA7. Grayscale: #1C1C1C. Windows color (decimal): -13236904 or 5768502. OLE color: 5768502.

HSL color Cylindrical-coordinate representation of color #360558: hue angle of 275.42º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360558 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54588-
CMYK0.390.9400.65
HSL275.42º89.25%18.24%-
HSV(B)275.42º94.32%34.51%-
XYZ3.341.69.36-
YUV29.11161.23145.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=36.73%
G=3.40%
B=59.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal545880.390.9400.65275.4289.2518.24
Hex36558275E0411135912
Octal66513047136010142313122
Binary1101101011011000100111101111001000001100010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360558; }

 p { color: rgb(54,5,88); }

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

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

 a { background-color: rgb(54,5,88); }

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

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

 span { border-color: rgb(54,5,88); }

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