Html Css Color HEX #5B3E7D Kingfisher Daisy

📋 copy color: '#5B3E7D'

red 91 ◦ green 62 ◦ blue 125

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

Shades of Kingfisher Daisy #5B3E7D

Tints of Kingfisher Daisy #5B3E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.3%

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

R = 32.73%
G = 22.3%
B = 44.96%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B3E7D (or 0x5B3E7D) is known color: Kingfisher Daisy. HEX triplet: 5B, 3E and 7D. RGB value is (91,62,125). Sum of RGB (Red+Green+Blue) = 91+62+125=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B3E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3E7D is #A4C182. Grayscale: #4D4D4D. Windows color (decimal): -10797443 or 8207963. OLE color: 8207963.

HSL color Cylindrical-coordinate representation of color #5B3E7D: hue angle of 267.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B3E7D is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 62 125 -
CMYK 0.27 0.50 0 0.51
HSL 267.62º 0.34% 0.37% -
HSV(B) 267.62º 0.5% 0.49% -
XYZ 9.74 7.15 20.27 -
YUV 77.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 91 62 125 0.27 0.50 0 0.51 267.62 0.34 0.37
Hex 5B 3E 7D 1B 32 0 33 10C 22 25
Octal 133 76 175 33 62 0 63 414 42 45
Binary 1011011 111110 1111101 11011 110010 0 110011 100001100 100010 100101

Color Harmonies of #5B3E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3E7D

Black with #5B3E7D

Text Example


Text Example

White with #5B3E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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