Html Css Color HEX #5B308A Kingfisher Daisy

📋 copy color: '#5B308A'

red 91 ◦ green 48 ◦ blue 138

#5B308A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #5B308A

Tints of Kingfisher Daisy #5B308A

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.3% from 255) = 49.82%

R = 32.85%
G = 17.33%
B = 49.82%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5B308A (or 0x5B308A) is known color: 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

RGB 91 48 138 -
CMYK 0.34 0.65 0 0.46
HSL 268.67º 0.48% 0.36% -
HSV(B) 268.67º 0.65% 0.54% -
XYZ 9.96 6.17 24.71 -
YUV 71.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 91 48 138 0.34 0.65 0 0.46 268.67 0.48 0.36
Hex 5B 30 8A 22 41 0 2E 10D 30 24
Octal 133 60 212 42 101 0 56 415 60 44
Binary 1011011 110000 10001010 100010 1000001 0 101110 100001101 110000 100100

Color Harmonies of #5B308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B308A

Black with #5B308A

Text Example


Text Example

White with #5B308A

Text Example


Text Example

HTML Codes & Css Web 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>