#5C347B

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

Shades of Kingfisher Daisy #5C347B

Tints of Kingfisher Daisy #5C347B

Color information

#5C347B (or 0x5C347B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 34 and 7B. RGB value is (92,52,123). Sum of RGB (Red+Green+Blue) = 92+52+123=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C347B is #A3CB84. Grayscale: #474747. Windows color (decimal): -10734469 or 8074332. OLE color: 8074332.

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

Color convert

RGB9252123-
CMYK0.250.5800.52
HSL273.8º40.57%34.31%-
HSV(B)273.8º57.72%48.24%-
XYZ9.226.1619.44-
YUV72.05156.75142.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.46%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=34.46%
G=19.48%
B=46.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92521230.250.5800.52273.840.5734.31
Hex5C347B193A0341122922
Octal1346417331720644225142
Binary10111001101001111011110011110100110100100010010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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