Html Css Color HEX #5B288F Kingfisher Daisy

📋 copy color: '#5B288F'

red 91 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #5B288F

Tints of Kingfisher Daisy #5B288F

RGB

 RED value IS 91 (35.94% from 255) = 33.21%

 GREEN value IS 40 (16.02% from 255) = 14.6%

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 33.21%
G = 14.6%
B = 52.19%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B288F (or 0x5B288F) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 8F. RGB value is (91,40,143). Sum of RGB (Red+Green+Blue) = 91+40+143=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B288F is #A4D770. Grayscale: #424242. Windows color (decimal): -10803057 or 9381979. OLE color: 9381979.

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

Color convert

RGB 91 40 143 -
CMYK 0.36 0.72 0 0.44
HSL 269.71º 0.56% 0.36% -
HSV(B) 269.71º 0.72% 0.56% -
XYZ 10.03 5.72 26.56 -
YUV 66.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 91 40 143 0.36 0.72 0 0.44 269.71 0.56 0.36
Hex 5B 28 8F 24 48 0 2C 10E 38 24
Octal 133 50 217 44 110 0 54 416 70 44
Binary 1011011 101000 10001111 100100 1001000 0 101100 100001110 111000 100100

Color Harmonies of #5B288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B288F

Black with #5B288F

Text Example


Text Example

White with #5B288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,40,143); }

 H1.HeaderClassName
 {
   color: #5B288F;
 }
 .AnyTagClassName
 {
   color: #5B288F;
 }
</style>

background-color css

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

 a { background-color: rgb(91,40,143); }

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

border-color css

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

 span { border-color: rgb(91,40,143); }

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