#5C3A88

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

Shades of Kingfisher Daisy #5C3A88

Tints of Kingfisher Daisy #5C3A88

Color information

#5C3A88 (or 0x5C3A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 3A and 88. RGB value is (92,58,136). Sum of RGB (Red+Green+Blue) = 92+58+136=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C3A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3A88 is #A3C577. Grayscale: #4C4C4C. Windows color (decimal): -10732920 or 8927836. OLE color: 8927836.

HSL color Cylindrical-coordinate representation of color #5C3A88: hue angle of 266.15º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C3A88 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9258136-
CMYK0.320.5700.47
HSL266.15º40.21%38.04%-
HSV(B)266.15º57.35%53.33%-
XYZ10.377.0824.11-
YUV77.06161.26138.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=32.17%
G=20.28%
B=47.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92581360.320.5700.47266.1540.2138.04
Hex5C3A88203902F10a2826
Octal1347221040710574125046
Binary1011100111010100010001000001110010101111100001010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,58,136); }

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

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

 a { background-color: rgb(92,58,136); }

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

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

 span { border-color: rgb(92,58,136); }

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