Html Css Color HEX #5B3C78 Kingfisher Daisy

📋 copy color: '#5B3C78'

red 91 ◦ green 60 ◦ blue 120

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

Shades of Kingfisher Daisy #5B3C78

Tints of Kingfisher Daisy #5B3C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 33.58%
G = 22.14%
B = 44.28%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B3C78 (or 0x5B3C78) is known color: Kingfisher Daisy. HEX triplet: 5B, 3C and 78. RGB value is (91,60,120). Sum of RGB (Red+Green+Blue) = 91+60+120=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B3C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3C78 is #A4C387. Grayscale: #4B4B4B. Windows color (decimal): -10797960 or 7879771. OLE color: 7879771.

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

Color convert

RGB 91 60 120 -
CMYK 0.24 0.5 0 0.53
HSL 271º 0.33% 0.35% -
HSV(B) 271º 0.5% 0.47% -
XYZ 9.32 6.81 18.59 -
YUV 76.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 91 60 120 0.24 0.5 0 0.53 271 0.33 0.35
Hex 5B 3C 78 18 32 0 35 10F 21 23
Octal 133 74 170 30 62 0 65 417 41 43
Binary 1011011 111100 1111000 11000 110010 0 110101 100001111 100001 100011

Color Harmonies of #5B3C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3C78

Black with #5B3C78

Text Example


Text Example

White with #5B3C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,60,120); }

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

background-color css

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

 a { background-color: rgb(91,60,120); }

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

border-color css

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

 span { border-color: rgb(91,60,120); }

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