Html Css Color HEX #5B2892 Kingfisher Daisy

📋 copy color: '#5B2892'

red 91 ◦ green 40 ◦ blue 146

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

Shades of Kingfisher Daisy #5B2892

Tints of Kingfisher Daisy #5B2892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 32.85%
G = 14.44%
B = 52.71%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B2892 (or 0x5B2892) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 92. RGB value is (91,40,146). Sum of RGB (Red+Green+Blue) = 91+40+146=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B2892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2892 is #A4D76D. Grayscale: #424242. Windows color (decimal): -10803054 or 9578587. OLE color: 9578587.

HSL color Cylindrical-coordinate representation of color #5B2892: hue angle of 268.87º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2892 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 40 146 -
CMYK 0.38 0.73 0 0.43
HSL 268.87º 0.57% 0.36% -
HSV(B) 268.87º 0.73% 0.57% -
XYZ 10.26 5.82 27.78 -
YUV 67.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 91 40 146 0.38 0.73 0 0.43 268.87 0.57 0.36
Hex 5B 28 92 26 49 0 2B 10D 39 24
Octal 133 50 222 46 111 0 53 415 71 44
Binary 1011011 101000 10010010 100110 1001001 0 101011 100001101 111001 100100

Color Harmonies of #5B2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2892

Black with #5B2892

Text Example


Text Example

White with #5B2892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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