Html Css Color HEX #5A227C Kingfisher Daisy

📋 copy color: '#5A227C'

red 90 ◦ green 34 ◦ blue 124

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

Shades of Kingfisher Daisy #5A227C

Tints of Kingfisher Daisy #5A227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

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

R = 36.29%
G = 13.71%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A227C (or 0x5A227C) is known color: Kingfisher Daisy. HEX triplet: 5A, 22 and 7C. RGB value is (90,34,124). Sum of RGB (Red+Green+Blue) = 90+34+124=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A227C is #A5DD83. Grayscale: #3C3C3C. Windows color (decimal): -10870148 or 8135258. OLE color: 8135258.

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

Color convert

RGB 90 34 124 -
CMYK 0.27 0.73 0 0.51
HSL 277.33º 0.57% 0.31% -
HSV(B) 277.33º 0.73% 0.49% -
XYZ 8.43 4.77 19.55 -
YUV 61 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 90 34 124 0.27 0.73 0 0.51 277.33 0.57 0.31
Hex 5A 22 7C 1B 49 0 33 115 39 1F
Octal 132 42 174 33 111 0 63 425 71 37
Binary 1011010 100010 1111100 11011 1001001 0 110011 100010101 111001 11111

Color Harmonies of #5A227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A227C

Black with #5A227C

Text Example


Text Example

White with #5A227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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