Html Css Color HEX #50268F Kingfisher Daisy

📋 copy color: '#50268F'

red 80 ◦ green 38 ◦ blue 143

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

Shades of Kingfisher Daisy #50268F

Tints of Kingfisher Daisy #50268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.79%

R = 30.65%
G = 14.56%
B = 54.79%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50268F (or 0x50268F) is known color: Kingfisher Daisy. HEX triplet: 50, 26 and 8F. RGB value is (80,38,143). Sum of RGB (Red+Green+Blue) = 80+38+143=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #50268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50268F is #AFD970. Grayscale: #3E3E3E. Windows color (decimal): -11524465 or 9381456. OLE color: 9381456.

HSL color Cylindrical-coordinate representation of color #50268F: hue angle of 264º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50268F is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 38 143 -
CMYK 0.44 0.73 0 0.44
HSL 264º 0.58% 0.35% -
HSV(B) 264º 0.73% 0.56% -
XYZ 8.96 5.07 26.49 -
YUV 62.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 80 38 143 0.44 0.73 0 0.44 264 0.58 0.35
Hex 50 26 8F 2C 49 0 2C 108 3A 23
Octal 120 46 217 54 111 0 54 410 72 43
Binary 1010000 100110 10001111 101100 1001001 0 101100 100001000 111010 100011

Color Harmonies of #50268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50268F

Black with #50268F

Text Example


Text Example

White with #50268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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