#5B208A

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

Shades of Kingfisher Daisy #5B208A

Tints of Kingfisher Daisy #5B208A

Color information

#5B208A (or 0x5B208A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 20 and 8A. RGB value is (91,32,138). Sum of RGB (Red+Green+Blue) = 91+32+138=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B208A is #A4DF75. Grayscale: #3D3D3D. Windows color (decimal): -10805110 or 9052251. OLE color: 9052251.

HSL color Cylindrical-coordinate representation of color #5B208A: hue angle of 273.4º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B208A is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9132138-
CMYK0.340.7700.46
HSL273.4º62.35%33.33%-
HSV(B)273.4º76.81%54.12%-
XYZ9.425.0924.53-
YUV61.72171.05148.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=34.87%
G=12.26%
B=52.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91321380.340.7700.46273.462.3533.33
Hex5B208A224D02E1113e21
Octal13340212421150564217641
Binary10110111000001000101010001010011010101110100010001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,32,138); }

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

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

 a { background-color: rgb(91,32,138); }

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

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

 span { border-color: rgb(91,32,138); }

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