Html Css Color HEX #5C447E Kingfisher Daisy

📋 copy color: '#5C447E'

red 92 ◦ green 68 ◦ blue 126

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

Shades of Kingfisher Daisy #5C447E

Tints of Kingfisher Daisy #5C447E

RGB

 RED value IS 92 (36.33% from 255) = 32.17%

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

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

R = 32.17%
G = 23.78%
B = 44.06%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C447E (or 0x5C447E) is known color: Kingfisher Daisy. HEX triplet: 5C, 44 and 7E. RGB value is (92,68,126). Sum of RGB (Red+Green+Blue) = 92+68+126=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C447E is #A3BB81. Grayscale: #515151. Windows color (decimal): -10730370 or 8275036. OLE color: 8275036.

HSL color Cylindrical-coordinate representation of color #5C447E: hue angle of 264.83º 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 #5C447E is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 68 126 -
CMYK 0.27 0.46 0 0.51
HSL 264.83º 0.3% 0.38% -
HSV(B) 264.83º 0.46% 0.49% -
XYZ 10.25 7.92 20.73 -
YUV 81.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 92 68 126 0.27 0.46 0 0.51 264.83 0.3 0.38
Hex 5C 44 7E 1B 2E 0 33 109 1E 26
Octal 134 104 176 33 56 0 63 411 36 46
Binary 1011100 1000100 1111110 11011 101110 0 110011 100001001 11110 100110

Color Harmonies of #5C447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C447E

Black with #5C447E

Text Example


Text Example

White with #5C447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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