Html Css Color HEX #5B2988 Kingfisher Daisy

📋 copy color: '#5B2988'

red 91 ◦ green 41 ◦ blue 136

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

Shades of Kingfisher Daisy #5B2988

Tints of Kingfisher Daisy #5B2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 136 (53.52% from 255) = 50.75%

R = 33.96%
G = 15.3%
B = 50.75%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B2988 (or 0x5B2988) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 88. RGB value is (91,41,136). Sum of RGB (Red+Green+Blue) = 91+41+136=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B2988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2988 is #A4D677. Grayscale: #424242. Windows color (decimal): -10802808 or 8923483. OLE color: 8923483.

HSL color Cylindrical-coordinate representation of color #5B2988: hue angle of 271.58º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B2988 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 41 136 -
CMYK 0.33 0.70 0 0.47
HSL 271.58º 0.54% 0.35% -
HSV(B) 271.58º 0.7% 0.53% -
XYZ 9.55 5.59 23.87 -
YUV 66.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 91 41 136 0.33 0.70 0 0.47 271.58 0.54 0.35
Hex 5B 29 88 21 46 0 2F 110 36 23
Octal 133 51 210 41 106 0 57 420 66 43
Binary 1011011 101001 10001000 100001 1000110 0 101111 100010000 110110 100011

Color Harmonies of #5B2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2988

Black with #5B2988

Text Example


Text Example

White with #5B2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,136); }

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

background-color css

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

 a { background-color: rgb(91,41,136); }

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

border-color css

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

 span { border-color: rgb(91,41,136); }

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