Html Css Color HEX #505066 Corn Flower Blue

📋 copy color: '#505066'

red 80 ◦ green 80 ◦ blue 102

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

Shades of Corn Flower Blue #505066

Tints of Corn Flower Blue #505066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 30.53%
G = 30.53%
B = 38.93%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#505066 (or 0x505066) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 66. RGB value is (80,80,102). Sum of RGB (Red+Green+Blue) = 80+80+102=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #505066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505066 is #AFAF99. Grayscale: #525252. Windows color (decimal): -11513754 or 6705232. OLE color: 6705232.

HSL color Cylindrical-coordinate representation of color #505066: hue angle of 240º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505066 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 80 102 -
CMYK 0.22 0.22 0 0.6
HSL 240º 0.12% 0.36% -
HSV(B) 240º 0.22% 0.4% -
XYZ 8.58 8.4 13.74 -
YUV 82.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 80 80 102 0.22 0.22 0 0.6 240 0.12 0.36
Hex 50 50 66 16 16 0 3C F0 C 24
Octal 120 120 146 26 26 0 74 360 14 44
Binary 1010000 1010000 1100110 10110 10110 0 111100 11110000 1100 100100

Color Harmonies of #505066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505066

Black with #505066

Text Example


Text Example

White with #505066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505066; }

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

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

background-color css

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

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

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

border-color css

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

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

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