Html Css Color HEX #502594 Kingfisher Daisy

📋 copy color: '#502594'

red 80 ◦ green 37 ◦ blue 148

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

Shades of Kingfisher Daisy #502594

Tints of Kingfisher Daisy #502594

RGB

 RED value IS 80 (31.64% from 255) = 30.19%

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 30.19%
G = 13.96%
B = 55.85%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502594 (or 0x502594) is known color: Kingfisher Daisy. HEX triplet: 50, 25 and 94. RGB value is (80,37,148). Sum of RGB (Red+Green+Blue) = 80+37+148=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #502594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502594 is #AFDA6B. Grayscale: #3E3E3E. Windows color (decimal): -11524716 or 9708880. OLE color: 9708880.

HSL color Cylindrical-coordinate representation of color #502594: hue angle of 263.24º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502594 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 37 148 -
CMYK 0.46 0.75 0 0.42
HSL 263.24º 0.6% 0.36% -
HSV(B) 263.24º 0.75% 0.58% -
XYZ 9.32 5.17 28.52 -
YUV 62.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 80 37 148 0.46 0.75 0 0.42 263.24 0.6 0.36
Hex 50 25 94 2E 4B 0 2A 107 3C 24
Octal 120 45 224 56 113 0 52 407 74 44
Binary 1010000 100101 10010100 101110 1001011 0 101010 100000111 111100 100100

Color Harmonies of #502594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502594

Black with #502594

Text Example


Text Example

White with #502594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502594; }

 p { color: rgb(80,37,148); }

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

background-color css

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

 a { background-color: rgb(80,37,148); }

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

border-color css

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

 span { border-color: rgb(80,37,148); }

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