Html Css Color HEX #5B447E Kingfisher Daisy

📋 copy color: '#5B447E'

red 91 ◦ green 68 ◦ blue 126

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

Shades of Kingfisher Daisy #5B447E

Tints of Kingfisher Daisy #5B447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 31.93%
G = 23.86%
B = 44.21%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B447E (or 0x5B447E) is known color: Kingfisher Daisy. HEX triplet: 5B, 44 and 7E. RGB value is (91,68,126). Sum of RGB (Red+Green+Blue) = 91+68+126=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B447E is #A4BB81. Grayscale: #515151. Windows color (decimal): -10795906 or 8275035. OLE color: 8275035.

HSL color Cylindrical-coordinate representation of color #5B447E: hue angle of 263.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B447E is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 68 126 -
CMYK 0.28 0.46 0 0.51
HSL 263.79º 0.3% 0.38% -
HSV(B) 263.79º 0.46% 0.49% -
XYZ 10.15 7.86 20.72 -
YUV 81.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 91 68 126 0.28 0.46 0 0.51 263.79 0.3 0.38
Hex 5B 44 7E 1C 2E 0 33 108 1E 26
Octal 133 104 176 34 56 0 63 410 36 46
Binary 1011011 1000100 1111110 11100 101110 0 110011 100001000 11110 100110

Color Harmonies of #5B447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B447E

Black with #5B447E

Text Example


Text Example

White with #5B447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,68,126); }

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

background-color css

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

 a { background-color: rgb(91,68,126); }

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

border-color css

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

 span { border-color: rgb(91,68,126); }

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