Html Css Color HEX #502592 Kingfisher Daisy

📋 copy color: '#502592'

red 80 ◦ green 37 ◦ blue 146

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

Shades of Kingfisher Daisy #502592

Tints of Kingfisher Daisy #502592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 30.42%
G = 14.07%
B = 55.51%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#502592 (or 0x502592) is known color: Kingfisher Daisy. HEX triplet: 50, 25 and 92. RGB value is (80,37,146). Sum of RGB (Red+Green+Blue) = 80+37+146=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #502592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502592 is #AFDA6D. Grayscale: #3D3D3D. Windows color (decimal): -11524718 or 9577808. OLE color: 9577808.

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

Color convert

RGB 80 37 146 -
CMYK 0.45 0.75 0 0.43
HSL 263.67º 0.6% 0.36% -
HSV(B) 263.67º 0.75% 0.57% -
XYZ 9.16 5.1 27.7 -
YUV 62.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 80 37 146 0.45 0.75 0 0.43 263.67 0.6 0.36
Hex 50 25 92 2D 4B 0 2B 108 3C 24
Octal 120 45 222 55 113 0 53 410 74 44
Binary 1010000 100101 10010010 101101 1001011 0 101011 100001000 111100 100100

Color Harmonies of #502592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502592

Black with #502592

Text Example


Text Example

White with #502592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502592; }

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

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

background-color css

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

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

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

border-color css

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

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

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