Html Css Color HEX #505168 Corn Flower Blue

📋 copy color: '#505168'

red 80 ◦ green 81 ◦ blue 104

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

Shades of Corn Flower Blue #505168

Tints of Corn Flower Blue #505168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 30.19%
G = 30.57%
B = 39.25%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505168 (or 0x505168) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 68. RGB value is (80,81,104). Sum of RGB (Red+Green+Blue) = 80+81+104=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #505168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505168 is #AFAE97. Grayscale: #535353. Windows color (decimal): -11513496 or 6836560. OLE color: 6836560.

HSL color Cylindrical-coordinate representation of color #505168: hue angle of 237.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505168 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 81 104 -
CMYK 0.23 0.22 0 0.59
HSL 237.5º 0.13% 0.36% -
HSV(B) 237.5º 0.23% 0.41% -
XYZ 8.75 8.59 14.29 -
YUV 83.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 80 81 104 0.23 0.22 0 0.59 237.5 0.13 0.36
Hex 50 51 68 17 16 0 3B EE D 24
Octal 120 121 150 27 26 0 73 356 15 44
Binary 1010000 1010001 1101000 10111 10110 0 111011 11101110 1101 100100

Color Harmonies of #505168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505168

Black with #505168

Text Example


Text Example

White with #505168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505168; }

 p { color: rgb(80,81,104); }

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

background-color css

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

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

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

border-color css

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

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

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