Html Css Color HEX #502B89 Kingfisher Daisy

📋 copy color: '#502B89'

red 80 ◦ green 43 ◦ blue 137

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

Shades of Kingfisher Daisy #502B89

Tints of Kingfisher Daisy #502B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.54%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 30.77%
G = 16.54%
B = 52.69%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#502B89 (or 0x502B89) is known color: Kingfisher Daisy. HEX triplet: 50, 2B and 89. RGB value is (80,43,137). Sum of RGB (Red+Green+Blue) = 80+43+137=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #502B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502B89 is #AFD476. Grayscale: #404040. Windows color (decimal): -11523191 or 8989520. OLE color: 8989520.

HSL color Cylindrical-coordinate representation of color #502B89: hue angle of 263.62º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502B89 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 43 137 -
CMYK 0.42 0.69 0 0.46
HSL 263.62º 0.52% 0.35% -
HSV(B) 263.62º 0.69% 0.54% -
XYZ 8.69 5.24 24.22 -
YUV 64.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 80 43 137 0.42 0.69 0 0.46 263.62 0.52 0.35
Hex 50 2B 89 2A 45 0 2E 108 34 23
Octal 120 53 211 52 105 0 56 410 64 43
Binary 1010000 101011 10001001 101010 1000101 0 101110 100001000 110100 100011

Color Harmonies of #502B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B89

Black with #502B89

Text Example


Text Example

White with #502B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B89; }

 p { color: rgb(80,43,137); }

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

background-color css

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

 a { background-color: rgb(80,43,137); }

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

border-color css

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

 span { border-color: rgb(80,43,137); }

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