Html Css Color HEX #5C3A7C Kingfisher Daisy

📋 copy color: '#5C3A7C'

red 92 ◦ green 58 ◦ blue 124

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

Shades of Kingfisher Daisy #5C3A7C

Tints of Kingfisher Daisy #5C3A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 33.58%
G = 21.17%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C3A7C (or 0x5C3A7C) is known color: Kingfisher Daisy. HEX triplet: 5C, 3A and 7C. RGB value is (92,58,124). Sum of RGB (Red+Green+Blue) = 92+58+124=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C3A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3A7C is #A3C583. Grayscale: #4B4B4B. Windows color (decimal): -10732932 or 8141404. OLE color: 8141404.

HSL color Cylindrical-coordinate representation of color #5C3A7C: hue angle of 270.91º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C3A7C is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 58 124 -
CMYK 0.26 0.53 0 0.51
HSL 270.91º 0.36% 0.36% -
HSV(B) 270.91º 0.53% 0.49% -
XYZ 9.56 6.76 19.87 -
YUV 75.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 92 58 124 0.26 0.53 0 0.51 270.91 0.36 0.36
Hex 5C 3A 7C 1A 35 0 33 10F 24 24
Octal 134 72 174 32 65 0 63 417 44 44
Binary 1011100 111010 1111100 11010 110101 0 110011 100001111 100100 100100

Color Harmonies of #5C3A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3A7C

Black with #5C3A7C

Text Example


Text Example

White with #5C3A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,58,124); }

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

background-color css

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

 a { background-color: rgb(92,58,124); }

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

border-color css

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

 span { border-color: rgb(92,58,124); }

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