Html Css Color HEX #5B347F Kingfisher Daisy

📋 copy color: '#5B347F'

red 91 ◦ green 52 ◦ blue 127

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

Shades of Kingfisher Daisy #5B347F

Tints of Kingfisher Daisy #5B347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 33.7%
G = 19.26%
B = 47.04%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B347F (or 0x5B347F) is known color: Kingfisher Daisy. HEX triplet: 5B, 34 and 7F. RGB value is (91,52,127). Sum of RGB (Red+Green+Blue) = 91+52+127=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B347F is #A4CB80. Grayscale: #474747. Windows color (decimal): -10800001 or 8336475. OLE color: 8336475.

HSL color Cylindrical-coordinate representation of color #5B347F: hue angle of 271.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B347F is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 52 127 -
CMYK 0.28 0.59 0 0.50
HSL 271.2º 0.42% 0.35% -
HSV(B) 271.2º 0.59% 0.5% -
XYZ 9.37 6.21 20.78 -
YUV 72.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 91 52 127 0.28 0.59 0 0.50 271.2 0.42 0.35
Hex 5B 34 7F 1C 3B 0 32 10F 2A 23
Octal 133 64 177 34 73 0 62 417 52 43
Binary 1011011 110100 1111111 11100 111011 0 110010 100001111 101010 100011

Color Harmonies of #5B347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B347F

Black with #5B347F

Text Example


Text Example

White with #5B347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,52,127); }

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

background-color css

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

 a { background-color: rgb(91,52,127); }

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

border-color css

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

 span { border-color: rgb(91,52,127); }

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