Html Css Color HEX #5B4898 Daisy Bush

📋 copy color: '#5B4898'

red 91 ◦ green 72 ◦ blue 152

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

Shades of Daisy Bush #5B4898

Tints of Daisy Bush #5B4898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 152 (59.77% from 255) = 48.25%

R = 28.89%
G = 22.86%
B = 48.25%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B4898 (or 0x5B4898) is known color: Daisy Bush. HEX triplet: 5B, 48 and 98. RGB value is (91,72,152). Sum of RGB (Red+Green+Blue) = 91+72+152=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B4898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4898 is #A4B767. Grayscale: #565656. Windows color (decimal): -10794856 or 9979995. OLE color: 9979995.

HSL color Cylindrical-coordinate representation of color #5B4898: hue angle of 254.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B4898 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 72 152 -
CMYK 0.40 0.53 0 0.40
HSL 254.25º 0.36% 0.44% -
HSV(B) 254.25º 0.53% 0.6% -
XYZ 12.3 9.13 30.82 -
YUV 86.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 91 72 152 0.40 0.53 0 0.40 254.25 0.36 0.44
Hex 5B 48 98 28 35 0 28 FE 24 2C
Octal 133 110 230 50 65 0 50 376 44 54
Binary 1011011 1001000 10011000 101000 110101 0 101000 11111110 100100 101100

Color Harmonies of #5B4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4898

Black with #5B4898

Text Example


Text Example

White with #5B4898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,72,152); }

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

background-color css

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

 a { background-color: rgb(91,72,152); }

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

border-color css

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

 span { border-color: rgb(91,72,152); }

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