Html Css Color HEX #5B377B Kingfisher Daisy

📋 copy color: '#5B377B'

red 91 ◦ green 55 ◦ blue 123

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

Shades of Kingfisher Daisy #5B377B

Tints of Kingfisher Daisy #5B377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 33.83%
G = 20.45%
B = 45.72%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B377B (or 0x5B377B) is known color: Kingfisher Daisy. HEX triplet: 5B, 37 and 7B. RGB value is (91,55,123). Sum of RGB (Red+Green+Blue) = 91+55+123=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B377B is #A4C884. Grayscale: #494949. Windows color (decimal): -10799237 or 8075099. OLE color: 8075099.

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

Color convert

RGB 91 55 123 -
CMYK 0.26 0.55 0 0.52
HSL 271.76º 0.38% 0.35% -
HSV(B) 271.76º 0.55% 0.48% -
XYZ 9.26 6.39 19.48 -
YUV 73.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 91 55 123 0.26 0.55 0 0.52 271.76 0.38 0.35
Hex 5B 37 7B 1A 37 0 34 110 26 23
Octal 133 67 173 32 67 0 64 420 46 43
Binary 1011011 110111 1111011 11010 110111 0 110100 100010000 100110 100011

Color Harmonies of #5B377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B377B

Black with #5B377B

Text Example


Text Example

White with #5B377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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