Html Css Color HEX #5B1F93 Kingfisher Daisy

📋 copy color: '#5B1F93'

red 91 ◦ green 31 ◦ blue 147

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

Shades of Kingfisher Daisy #5B1F93

Tints of Kingfisher Daisy #5B1F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 33.83%
G = 11.52%
B = 54.65%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B1F93 (or 0x5B1F93) is known color: Kingfisher Daisy. HEX triplet: 5B, 1F and 93. RGB value is (91,31,147). Sum of RGB (Red+Green+Blue) = 91+31+147=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B1F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1F93 is #A4E06C. Grayscale: #3D3D3D. Windows color (decimal): -10805357 or 9641819. OLE color: 9641819.

HSL color Cylindrical-coordinate representation of color #5B1F93: hue angle of 271.03º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1F93 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 31 147 -
CMYK 0.38 0.79 0 0.42
HSL 271.03º 0.65% 0.35% -
HSV(B) 271.03º 0.79% 0.58% -
XYZ 10.07 5.31 28.1 -
YUV 62.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 91 31 147 0.38 0.79 0 0.42 271.03 0.65 0.35
Hex 5B 1F 93 26 4F 0 2A 10F 41 23
Octal 133 37 223 46 117 0 52 417 101 43
Binary 1011011 11111 10010011 100110 1001111 0 101010 100001111 1000001 100011

Color Harmonies of #5B1F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1F93

Black with #5B1F93

Text Example


Text Example

White with #5B1F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,31,147); }

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

background-color css

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

 a { background-color: rgb(91,31,147); }

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

border-color css

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

 span { border-color: rgb(91,31,147); }

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