#5b348a

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

Shades of Kingfisher Daisy #5B348A

Tints of Kingfisher Daisy #5B348A

Color information

#5B348A (or 0x5B348A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 34 and 8A. RGB value is (91,52,138). Sum of RGB (Red+Green+Blue) = 91+52+138=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B348A is #A4CB75. Grayscale: #494949. Windows color (decimal): -10799990 or 9057371. OLE color: 9057371.

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

Color convert

RGB9152138-
CMYK0.340.6200.46
HSL267.21º45.26%37.25%-
HSV(B)267.21º62.32%54.12%-
XYZ10.136.5224.77-
YUV73.46164.42140.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=32.38%
G=18.51%
B=49.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91521380.340.6200.46267.2145.2637.25
Hex5B348A223E02E10b2d25
Octal1336421242760564135545
Binary1011011110100100010101000101111100101110100001011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b348a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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