Html Css Color HEX #5A247C Kingfisher Daisy

📋 copy color: '#5A247C'

red 90 ◦ green 36 ◦ blue 124

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

Shades of Kingfisher Daisy #5A247C

Tints of Kingfisher Daisy #5A247C

RGB

 RED value IS 90 (35.55% from 255) = 36%

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 36%
G = 14.4%
B = 49.6%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A247C (or 0x5A247C) is known color: Kingfisher Daisy. HEX triplet: 5A, 24 and 7C. RGB value is (90,36,124). Sum of RGB (Red+Green+Blue) = 90+36+124=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A247C is #A5DB83. Grayscale: #3D3D3D. Windows color (decimal): -10869636 or 8135770. OLE color: 8135770.

HSL color Cylindrical-coordinate representation of color #5A247C: hue angle of 276.82º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A247C is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 36 124 -
CMYK 0.27 0.71 0 0.51
HSL 276.82º 0.55% 0.31% -
HSV(B) 276.82º 0.71% 0.49% -
XYZ 8.49 4.89 19.57 -
YUV 62.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 90 36 124 0.27 0.71 0 0.51 276.82 0.55 0.31
Hex 5A 24 7C 1B 47 0 33 115 37 1F
Octal 132 44 174 33 107 0 63 425 67 37
Binary 1011010 100100 1111100 11011 1000111 0 110011 100010101 110111 11111

Color Harmonies of #5A247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A247C

Black with #5A247C

Text Example


Text Example

White with #5A247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,124); }

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

background-color css

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

 a { background-color: rgb(90,36,124); }

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

border-color css

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

 span { border-color: rgb(90,36,124); }

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