#5C367B

Color #5C367B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5C367B

Tints of Kingfisher Daisy #5C367B

Color information

#5C367B (or 0x5C367B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 36 and 7B. RGB value is (92,54,123). Sum of RGB (Red+Green+Blue) = 92+54+123=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C367B is #A3C984. Grayscale: #484848. Windows color (decimal): -10733957 or 8074844. OLE color: 8074844.

HSL color Cylindrical-coordinate representation of color #5C367B: hue angle of 273.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C367B is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9254123-
CMYK0.250.5600.52
HSL273.04º38.98%34.71%-
HSV(B)273.04º56.1%48.24%-
XYZ9.316.3419.47-
YUV73.23156.09141.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=34.20%
G=20.07%
B=45.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92541230.250.5600.52273.0438.9834.71
Hex5C367B19380341112723
Octal1346617331700644214743
Binary10111001101101111011110011110000110100100010001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C367B; }

 p { color: rgb(92,54,123); }

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

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

 a { background-color: rgb(92,54,123); }

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

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

 span { border-color: rgb(92,54,123); }

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