Html Css Color HEX #5B3C84 Kingfisher Daisy

📋 copy color: '#5B3C84'

red 91 ◦ green 60 ◦ blue 132

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

Shades of Kingfisher Daisy #5B3C84

Tints of Kingfisher Daisy #5B3C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 32.16%
G = 21.2%
B = 46.64%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B3C84 (or 0x5B3C84) is known color: Kingfisher Daisy. HEX triplet: 5B, 3C and 84. RGB value is (91,60,132). Sum of RGB (Red+Green+Blue) = 91+60+132=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B3C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3C84 is #A4C37B. Grayscale: #4D4D4D. Windows color (decimal): -10797948 or 8666203. OLE color: 8666203.

HSL color Cylindrical-coordinate representation of color #5B3C84: hue angle of 265.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B3C84 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 60 132 -
CMYK 0.31 0.55 0 0.48
HSL 265.83º 0.38% 0.38% -
HSV(B) 265.83º 0.55% 0.52% -
XYZ 10.1 7.12 22.67 -
YUV 77.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 91 60 132 0.31 0.55 0 0.48 265.83 0.38 0.38
Hex 5B 3C 84 1F 37 0 30 10A 26 26
Octal 133 74 204 37 67 0 60 412 46 46
Binary 1011011 111100 10000100 11111 110111 0 110000 100001010 100110 100110

Color Harmonies of #5B3C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3C84

Black with #5B3C84

Text Example


Text Example

White with #5B3C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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