#5B208E

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

Shades of Kingfisher Daisy #5B208E

Tints of Kingfisher Daisy #5B208E

Color information

#5B208E (or 0x5B208E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 20 and 8E. RGB value is (91,32,142). Sum of RGB (Red+Green+Blue) = 91+32+142=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B208E is #A4DF71. Grayscale: #3D3D3D. Windows color (decimal): -10805106 or 9314395. OLE color: 9314395.

HSL color Cylindrical-coordinate representation of color #5B208E: hue angle of 272.18º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B208E is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9132142-
CMYK0.360.7700.44
HSL272.18º63.22%34.12%-
HSV(B)272.18º77.46%55.69%-
XYZ9.715.2126.08-
YUV62.18173.05148.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=34.34%
G=12.08%
B=53.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91321420.360.7700.44272.1863.2234.12
Hex5B208E244D02C1103f22
Octal13340216441150544207742
Binary10110111000001000111010010010011010101100100010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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