Html Css Color HEX #5A207D Kingfisher Daisy

📋 copy color: '#5A207D'

red 90 ◦ green 32 ◦ blue 125

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

Shades of Kingfisher Daisy #5A207D

Tints of Kingfisher Daisy #5A207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 36.44%
G = 12.96%
B = 50.61%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A207D (or 0x5A207D) is known color: Kingfisher Daisy. HEX triplet: 5A, 20 and 7D. RGB value is (90,32,125). Sum of RGB (Red+Green+Blue) = 90+32+125=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A207D is #A5DF82. Grayscale: #3B3B3B. Windows color (decimal): -10870659 or 8200282. OLE color: 8200282.

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

Color convert

RGB 90 32 125 -
CMYK 0.28 0.74 0 0.51
HSL 277.42º 0.59% 0.31% -
HSV(B) 277.42º 0.74% 0.49% -
XYZ 8.43 4.69 19.86 -
YUV 59.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 90 32 125 0.28 0.74 0 0.51 277.42 0.59 0.31
Hex 5A 20 7D 1C 4A 0 33 115 3B 1F
Octal 132 40 175 34 112 0 63 425 73 37
Binary 1011010 100000 1111101 11100 1001010 0 110011 100010101 111011 11111

Color Harmonies of #5A207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A207D

Black with #5A207D

Text Example


Text Example

White with #5A207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,125); }

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

background-color css

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

 a { background-color: rgb(90,32,125); }

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

border-color css

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

 span { border-color: rgb(90,32,125); }

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