Html Css Color HEX #502F8B Kingfisher Daisy

📋 copy color: '#502F8B'

red 80 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #502F8B

Tints of Kingfisher Daisy #502F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 30.08%
G = 17.67%
B = 52.26%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#502F8B (or 0x502F8B) is known color: Kingfisher Daisy. HEX triplet: 50, 2F and 8B. RGB value is (80,47,139). Sum of RGB (Red+Green+Blue) = 80+47+139=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #502F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F8B is #AFD074. Grayscale: #434343. Windows color (decimal): -11522165 or 9121616. OLE color: 9121616.

HSL color Cylindrical-coordinate representation of color #502F8B: hue angle of 261.52º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502F8B is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 47 139 -
CMYK 0.42 0.66 0 0.45
HSL 261.52º 0.49% 0.36% -
HSV(B) 261.52º 0.66% 0.55% -
XYZ 8.98 5.6 25.03 -
YUV 67.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 80 47 139 0.42 0.66 0 0.45 261.52 0.49 0.36
Hex 50 2F 8B 2A 42 0 2D 106 31 24
Octal 120 57 213 52 102 0 55 406 61 44
Binary 1010000 101111 10001011 101010 1000010 0 101101 100000110 110001 100100

Color Harmonies of #502F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F8B

Black with #502F8B

Text Example


Text Example

White with #502F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,47,139); }

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

background-color css

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

 a { background-color: rgb(80,47,139); }

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

border-color css

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

 span { border-color: rgb(80,47,139); }

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