Html Css Color HEX #5B2596 Kingfisher Daisy

📋 copy color: '#5B2596'

red 91 ◦ green 37 ◦ blue 150

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

Shades of Kingfisher Daisy #5B2596

Tints of Kingfisher Daisy #5B2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 32.73%
G = 13.31%
B = 53.96%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B2596 (or 0x5B2596) is known color: Kingfisher Daisy. HEX triplet: 5B, 25 and 96. RGB value is (91,37,150). Sum of RGB (Red+Green+Blue) = 91+37+150=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2596 is #A4DA69. Grayscale: #414141. Windows color (decimal): -10803818 or 9839963. OLE color: 9839963.

HSL color Cylindrical-coordinate representation of color #5B2596: hue angle of 268.67º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2596 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 37 150 -
CMYK 0.39 0.75 0 0.41
HSL 268.67º 0.6% 0.37% -
HSV(B) 268.67º 0.75% 0.59% -
XYZ 10.48 5.75 29.41 -
YUV 66.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 91 37 150 0.39 0.75 0 0.41 268.67 0.6 0.37
Hex 5B 25 96 27 4B 0 29 10D 3C 25
Octal 133 45 226 47 113 0 51 415 74 45
Binary 1011011 100101 10010110 100111 1001011 0 101001 100001101 111100 100101

Color Harmonies of #5B2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2596

Black with #5B2596

Text Example


Text Example

White with #5B2596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,37,150); }

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

background-color css

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

 a { background-color: rgb(91,37,150); }

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

border-color css

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

 span { border-color: rgb(91,37,150); }

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