Html Css Color HEX #5B417E Kingfisher Daisy

📋 copy color: '#5B417E'

red 91 ◦ green 65 ◦ blue 126

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

Shades of Kingfisher Daisy #5B417E

Tints of Kingfisher Daisy #5B417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 32.27%
G = 23.05%
B = 44.68%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B417E (or 0x5B417E) is known color: Kingfisher Daisy. HEX triplet: 5B, 41 and 7E. RGB value is (91,65,126). Sum of RGB (Red+Green+Blue) = 91+65+126=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B417E is #A4BE81. Grayscale: #4F4F4F. Windows color (decimal): -10796674 or 8274267. OLE color: 8274267.

HSL color Cylindrical-coordinate representation of color #5B417E: hue angle of 265.57º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B417E is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 65 126 -
CMYK 0.28 0.48 0 0.51
HSL 265.57º 0.32% 0.37% -
HSV(B) 265.57º 0.48% 0.49% -
XYZ 9.97 7.51 20.66 -
YUV 79.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 91 65 126 0.28 0.48 0 0.51 265.57 0.32 0.37
Hex 5B 41 7E 1C 30 0 33 10A 20 25
Octal 133 101 176 34 60 0 63 412 40 45
Binary 1011011 1000001 1111110 11100 110000 0 110011 100001010 100000 100101

Color Harmonies of #5B417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B417E

Black with #5B417E

Text Example


Text Example

White with #5B417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,65,126); }

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

background-color css

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

 a { background-color: rgb(91,65,126); }

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

border-color css

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

 span { border-color: rgb(91,65,126); }

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