Html Css Color HEX #5B1D7B Kingfisher Daisy

📋 copy color: '#5B1D7B'

red 91 ◦ green 29 ◦ blue 123

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

Shades of Kingfisher Daisy #5B1D7B

Tints of Kingfisher Daisy #5B1D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 123 (48.44% from 255) = 50.62%

R = 37.45%
G = 11.93%
B = 50.62%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B1D7B (or 0x5B1D7B) is known color: Kingfisher Daisy. HEX triplet: 5B, 1D and 7B. RGB value is (91,29,123). Sum of RGB (Red+Green+Blue) = 91+29+123=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B1D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1D7B is #A4E284. Grayscale: #393939. Windows color (decimal): -10805893 or 8068443. OLE color: 8068443.

HSL color Cylindrical-coordinate representation of color #5B1D7B: hue angle of 279.57º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1D7B is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 29 123 -
CMYK 0.26 0.76 0 0.52
HSL 279.57º 0.62% 0.3% -
HSV(B) 279.57º 0.76% 0.48% -
XYZ 8.33 4.53 19.17 -
YUV 58.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 91 29 123 0.26 0.76 0 0.52 279.57 0.62 0.3
Hex 5B 1D 7B 1A 4C 0 34 118 3E 1E
Octal 133 35 173 32 114 0 64 430 76 36
Binary 1011011 11101 1111011 11010 1001100 0 110100 100011000 111110 11110

Color Harmonies of #5B1D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1D7B

Black with #5B1D7B

Text Example


Text Example

White with #5B1D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,29,123); }

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

background-color css

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

 a { background-color: rgb(91,29,123); }

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

border-color css

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

 span { border-color: rgb(91,29,123); }

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