Html Css Color HEX #502683 Kingfisher Daisy

📋 copy color: '#502683'

red 80 ◦ green 38 ◦ blue 131

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

Shades of Kingfisher Daisy #502683

Tints of Kingfisher Daisy #502683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

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

R = 32.13%
G = 15.26%
B = 52.61%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#502683 (or 0x502683) is known color: Kingfisher Daisy. HEX triplet: 50, 26 and 83. RGB value is (80,38,131). Sum of RGB (Red+Green+Blue) = 80+38+131=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #502683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502683 is #AFD97C. Grayscale: #3C3C3C. Windows color (decimal): -11524477 or 8595024. OLE color: 8595024.

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

Color convert

RGB 80 38 131 -
CMYK 0.39 0.71 0 0.49
HSL 267.1º 0.55% 0.33% -
HSV(B) 267.1º 0.71% 0.51% -
XYZ 8.1 4.73 21.96 -
YUV 61.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 80 38 131 0.39 0.71 0 0.49 267.1 0.55 0.33
Hex 50 26 83 27 47 0 31 10B 37 21
Octal 120 46 203 47 107 0 61 413 67 41
Binary 1010000 100110 10000011 100111 1000111 0 110001 100001011 110111 100001

Color Harmonies of #502683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502683

Black with #502683

Text Example


Text Example

White with #502683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502683; }

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

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

background-color css

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

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

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

border-color css

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

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

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