Html Css Color HEX #50367B Kingfisher Daisy

📋 copy color: '#50367B'

red 80 ◦ green 54 ◦ blue 123

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

Shades of Kingfisher Daisy #50367B

Tints of Kingfisher Daisy #50367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 31.13%
G = 21.01%
B = 47.86%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50367B (or 0x50367B) is known color: Kingfisher Daisy. HEX triplet: 50, 36 and 7B. RGB value is (80,54,123). Sum of RGB (Red+Green+Blue) = 80+54+123=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #50367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50367B is #AFC984. Grayscale: #454545. Windows color (decimal): -11520389 or 8074832. OLE color: 8074832.

HSL color Cylindrical-coordinate representation of color #50367B: hue angle of 262.61º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50367B is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 54 123 -
CMYK 0.35 0.56 0 0.52
HSL 262.61º 0.39% 0.35% -
HSV(B) 262.61º 0.56% 0.48% -
XYZ 8.2 5.77 19.42 -
YUV 69.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 80 54 123 0.35 0.56 0 0.52 262.61 0.39 0.35
Hex 50 36 7B 23 38 0 34 107 27 23
Octal 120 66 173 43 70 0 64 407 47 43
Binary 1010000 110110 1111011 100011 111000 0 110100 100000111 100111 100011

Color Harmonies of #50367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50367B

Black with #50367B

Text Example


Text Example

White with #50367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50367B; }

 p { color: rgb(80,54,123); }

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

background-color css

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

 a { background-color: rgb(80,54,123); }

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

border-color css

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

 span { border-color: rgb(80,54,123); }

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