Html Css Color HEX #5B287B Kingfisher Daisy

📋 copy color: '#5B287B'

red 91 ◦ green 40 ◦ blue 123

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

Shades of Kingfisher Daisy #5B287B

Tints of Kingfisher Daisy #5B287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 35.83%
G = 15.75%
B = 48.43%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B287B (or 0x5B287B) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 7B. RGB value is (91,40,123). Sum of RGB (Red+Green+Blue) = 91+40+123=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B287B is #A4D784. Grayscale: #404040. Windows color (decimal): -10803077 or 8071259. OLE color: 8071259.

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

Color convert

RGB 91 40 123 -
CMYK 0.26 0.67 0 0.52
HSL 276.87º 0.51% 0.32% -
HSV(B) 276.87º 0.67% 0.48% -
XYZ 8.65 5.17 19.28 -
YUV 64.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 91 40 123 0.26 0.67 0 0.52 276.87 0.51 0.32
Hex 5B 28 7B 1A 43 0 34 115 33 20
Octal 133 50 173 32 103 0 64 425 63 40
Binary 1011011 101000 1111011 11010 1000011 0 110100 100010101 110011 100000

Color Harmonies of #5B287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B287B

Black with #5B287B

Text Example


Text Example

White with #5B287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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