Html Css Color HEX #5C347F Kingfisher Daisy

📋 copy color: '#5C347F'

red 92 ◦ green 52 ◦ blue 127

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

Shades of Kingfisher Daisy #5C347F

Tints of Kingfisher Daisy #5C347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 33.95%
G = 19.19%
B = 46.86%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5C347F (or 0x5C347F) is known color: Kingfisher Daisy. HEX triplet: 5C, 34 and 7F. RGB value is (92,52,127). Sum of RGB (Red+Green+Blue) = 92+52+127=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C347F is #A3CB80. Grayscale: #484848. Windows color (decimal): -10734465 or 8336476. OLE color: 8336476.

HSL color Cylindrical-coordinate representation of color #5C347F: hue angle of 272º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C347F is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 52 127 -
CMYK 0.28 0.59 0 0.50
HSL 272º 0.42% 0.35% -
HSV(B) 272º 0.59% 0.5% -
XYZ 9.47 6.26 20.79 -
YUV 72.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 92 52 127 0.28 0.59 0 0.50 272 0.42 0.35
Hex 5C 34 7F 1C 3B 0 32 110 2A 23
Octal 134 64 177 34 73 0 62 420 52 43
Binary 1011100 110100 1111111 11100 111011 0 110010 100010000 101010 100011

Color Harmonies of #5C347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C347F

Black with #5C347F

Text Example


Text Example

White with #5C347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,52,127); }

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

background-color css

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

 a { background-color: rgb(92,52,127); }

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

border-color css

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

 span { border-color: rgb(92,52,127); }

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