Html Css Color HEX #5B287D Kingfisher Daisy

📋 copy color: '#5B287D'

red 91 ◦ green 40 ◦ blue 125

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

Shades of Kingfisher Daisy #5B287D

Tints of Kingfisher Daisy #5B287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 35.55%
G = 15.63%
B = 48.83%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B287D (or 0x5B287D) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 7D. RGB value is (91,40,125). Sum of RGB (Red+Green+Blue) = 91+40+125=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B287D is #A4D782. Grayscale: #404040. Windows color (decimal): -10803075 or 8202331. OLE color: 8202331.

HSL color Cylindrical-coordinate representation of color #5B287D: hue angle of 276º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B287D is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 40 125 -
CMYK 0.27 0.68 0 0.51
HSL 276º 0.52% 0.32% -
HSV(B) 276º 0.68% 0.49% -
XYZ 8.77 5.22 19.95 -
YUV 64.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 91 40 125 0.27 0.68 0 0.51 276 0.52 0.32
Hex 5B 28 7D 1B 44 0 33 114 34 20
Octal 133 50 175 33 104 0 63 424 64 40
Binary 1011011 101000 1111101 11011 1000100 0 110011 100010100 110100 100000

Color Harmonies of #5B287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B287D

Black with #5B287D

Text Example


Text Example

White with #5B287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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