Html Css Color HEX #502B83 Kingfisher Daisy

📋 copy color: '#502B83'

red 80 ◦ green 43 ◦ blue 131

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

Shades of Kingfisher Daisy #502B83

Tints of Kingfisher Daisy #502B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.57%

R = 31.5%
G = 16.93%
B = 51.57%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#502B83 (or 0x502B83) is known color: Kingfisher Daisy. HEX triplet: 50, 2B and 83. RGB value is (80,43,131). Sum of RGB (Red+Green+Blue) = 80+43+131=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #502B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502B83 is #AFD47C. Grayscale: #3F3F3F. Windows color (decimal): -11523197 or 8596304. OLE color: 8596304.

HSL color Cylindrical-coordinate representation of color #502B83: hue angle of 265.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502B83 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 43 131 -
CMYK 0.39 0.67 0 0.49
HSL 265.23º 0.51% 0.34% -
HSV(B) 265.23º 0.67% 0.51% -
XYZ 8.27 5.07 22.02 -
YUV 64.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 80 43 131 0.39 0.67 0 0.49 265.23 0.51 0.34
Hex 50 2B 83 27 43 0 31 109 33 22
Octal 120 53 203 47 103 0 61 411 63 42
Binary 1010000 101011 10000011 100111 1000011 0 110001 100001001 110011 100010

Color Harmonies of #502B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B83

Black with #502B83

Text Example


Text Example

White with #502B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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