Html Css Color HEX #505068 Corn Flower Blue

📋 copy color: '#505068'

red 80 ◦ green 80 ◦ blue 104

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

Shades of Corn Flower Blue #505068

Tints of Corn Flower Blue #505068

RGB

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

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

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

R = 30.3%
G = 30.3%
B = 39.39%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#505068 (or 0x505068) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 68. RGB value is (80,80,104). Sum of RGB (Red+Green+Blue) = 80+80+104=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #505068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505068 is #AFAF97. Grayscale: #525252. Windows color (decimal): -11513752 or 6836304. OLE color: 6836304.

HSL color Cylindrical-coordinate representation of color #505068: hue angle of 240º 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 #505068 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 80 104 -
CMYK 0.23 0.23 0 0.59
HSL 240º 0.13% 0.36% -
HSV(B) 240º 0.23% 0.41% -
XYZ 8.68 8.44 14.27 -
YUV 82.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 80 80 104 0.23 0.23 0 0.59 240 0.13 0.36
Hex 50 50 68 17 17 0 3B F0 D 24
Octal 120 120 150 27 27 0 73 360 15 44
Binary 1010000 1010000 1101000 10111 10111 0 111011 11110000 1101 100100

Color Harmonies of #505068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505068

Black with #505068

Text Example


Text Example

White with #505068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505068; }

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

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

background-color css

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

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

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

border-color css

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

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

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