#5B308A

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

Shades of Kingfisher Daisy #5B308A

Tints of Kingfisher Daisy #5B308A

Color information

#5B308A (or 0x5B308A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 30 and 8A. RGB value is (91,48,138). Sum of RGB (Red+Green+Blue) = 91+48+138=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B308A is #A4CF75. Grayscale: #464646. Windows color (decimal): -10801014 or 9056347. OLE color: 9056347.

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

Color convert

RGB9148138-
CMYK0.340.6500.46
HSL268.67º48.39%36.47%-
HSV(B)268.67º65.22%54.12%-
XYZ9.966.1724.71-
YUV71.12165.75142.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=32.85%
G=17.33%
B=49.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91481380.340.6500.46268.6748.3936.47
Hex5B308A224102E10d3024
Octal13360212421010564156044
Binary10110111100001000101010001010000010101110100001101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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