Html Css Color HEX #50238E Kingfisher Daisy

📋 copy color: '#50238E'

red 80 ◦ green 35 ◦ blue 142

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

Shades of Kingfisher Daisy #50238E

Tints of Kingfisher Daisy #50238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 142 (55.86% from 255) = 55.25%

R = 31.13%
G = 13.62%
B = 55.25%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50238E (or 0x50238E) is known color: Kingfisher Daisy. HEX triplet: 50, 23 and 8E. RGB value is (80,35,142). Sum of RGB (Red+Green+Blue) = 80+35+142=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #50238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50238E is #AFDC71. Grayscale: #3C3C3C. Windows color (decimal): -11525234 or 9315152. OLE color: 9315152.

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

Color convert

RGB 80 35 142 -
CMYK 0.44 0.75 0 0.44
HSL 265.23º 0.6% 0.35% -
HSV(B) 265.23º 0.75% 0.56% -
XYZ 8.79 4.86 26.07 -
YUV 60.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 80 35 142 0.44 0.75 0 0.44 265.23 0.6 0.35
Hex 50 23 8E 2C 4B 0 2C 109 3C 23
Octal 120 43 216 54 113 0 54 411 74 43
Binary 1010000 100011 10001110 101100 1001011 0 101100 100001001 111100 100011

Color Harmonies of #50238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50238E

Black with #50238E

Text Example


Text Example

White with #50238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50238E; }

 p { color: rgb(80,35,142); }

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

background-color css

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

 a { background-color: rgb(80,35,142); }

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

border-color css

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

 span { border-color: rgb(80,35,142); }

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