#5B2298

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

Shades of Kingfisher Daisy #5B2298

Tints of Kingfisher Daisy #5B2298

Color information

#5B2298 (or 0x5B2298) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 22 and 98. RGB value is (91,34,152). Sum of RGB (Red+Green+Blue) = 91+34+152=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B2298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2298 is #A4DD67. Grayscale: #404040. Windows color (decimal): -10804584 or 9970267. OLE color: 9970267.

HSL color Cylindrical-coordinate representation of color #5B2298: hue angle of 268.98º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B2298 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9134152-
CMYK0.400.7800.40
HSL268.98º63.44%36.47%-
HSV(B)268.98º77.63%59.61%-
XYZ10.555.6430.24-
YUV64.5177.38146.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 152 (59.77% from 255) = 54.87%
R=32.85%
G=12.27%
B=54.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91341520.400.7800.40268.9863.4436.47
Hex5B2298284E02810d3f24
Octal13342230501160504157744
Binary10110111000101001100010100010011100101000100001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,34,152); }

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

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

 a { background-color: rgb(91,34,152); }

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

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

 span { border-color: rgb(91,34,152); }

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