Html Css Color HEX #50506C Corn Flower Blue

📋 copy color: '#50506C'

red 80 ◦ green 80 ◦ blue 108

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

Shades of Corn Flower Blue #50506C

Tints of Corn Flower Blue #50506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 108 (42.58% from 255) = 40.3%

R = 29.85%
G = 29.85%
B = 40.3%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50506C (or 0x50506C) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 6C. RGB value is (80,80,108). Sum of RGB (Red+Green+Blue) = 80+80+108=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #50506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50506C is #AFAF93. Grayscale: #535353. Windows color (decimal): -11513748 or 7098448. OLE color: 7098448.

HSL color Cylindrical-coordinate representation of color #50506C: hue angle of 240º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50506C is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 80 108 -
CMYK 0.26 0.26 0 0.58
HSL 240º 0.15% 0.37% -
HSV(B) 240º 0.26% 0.42% -
XYZ 8.88 8.53 15.36 -
YUV 83.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 80 80 108 0.26 0.26 0 0.58 240 0.15 0.37
Hex 50 50 6C 1A 1A 0 3A F0 F 25
Octal 120 120 154 32 32 0 72 360 17 45
Binary 1010000 1010000 1101100 11010 11010 0 111010 11110000 1111 100101

Color Harmonies of #50506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50506C

Black with #50506C

Text Example


Text Example

White with #50506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50506C; }

 p { color: rgb(80,80,108); }

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

background-color css

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

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

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

border-color css

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

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

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