Html Css Color HEX #5B377D Kingfisher Daisy

📋 copy color: '#5B377D'

red 91 ◦ green 55 ◦ blue 125

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

Shades of Kingfisher Daisy #5B377D

Tints of Kingfisher Daisy #5B377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 33.58%
G = 20.3%
B = 46.13%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B377D (or 0x5B377D) is known color: Kingfisher Daisy. HEX triplet: 5B, 37 and 7D. RGB value is (91,55,125). Sum of RGB (Red+Green+Blue) = 91+55+125=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B377D is #A4C882. Grayscale: #494949. Windows color (decimal): -10799235 or 8206171. OLE color: 8206171.

HSL color Cylindrical-coordinate representation of color #5B377D: hue angle of 270.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B377D is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 55 125 -
CMYK 0.27 0.56 0 0.51
HSL 270.86º 0.39% 0.35% -
HSV(B) 270.86º 0.56% 0.49% -
XYZ 9.38 6.44 20.15 -
YUV 73.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 91 55 125 0.27 0.56 0 0.51 270.86 0.39 0.35
Hex 5B 37 7D 1B 38 0 33 10F 27 23
Octal 133 67 175 33 70 0 63 417 47 43
Binary 1011011 110111 1111101 11011 111000 0 110011 100001111 100111 100011

Color Harmonies of #5B377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B377D

Black with #5B377D

Text Example


Text Example

White with #5B377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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