Html Css Color HEX #504C75 Corn Flower Blue

📋 copy color: '#504C75'

red 80 ◦ green 76 ◦ blue 117

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

Shades of Corn Flower Blue #504C75

Tints of Corn Flower Blue #504C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 29.3%
G = 27.84%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#504C75 (or 0x504C75) is known color: Corn Flower Blue. HEX triplet: 50, 4C and 75. RGB value is (80,76,117). Sum of RGB (Red+Green+Blue) = 80+76+117=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #504C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C75 is #AFB38A. Grayscale: #515151. Windows color (decimal): -11514763 or 7687248. OLE color: 7687248.

HSL color Cylindrical-coordinate representation of color #504C75: hue angle of 245.85º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504C75 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 76 117 -
CMYK 0.32 0.35 0 0.54
HSL 245.85º 0.21% 0.38% -
HSV(B) 245.85º 0.35% 0.46% -
XYZ 9.1 8.16 17.92 -
YUV 81.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 80 76 117 0.32 0.35 0 0.54 245.85 0.21 0.38
Hex 50 4C 75 20 23 0 36 F6 15 26
Octal 120 114 165 40 43 0 66 366 25 46
Binary 1010000 1001100 1110101 100000 100011 0 110110 11110110 10101 100110

Color Harmonies of #504C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C75

Black with #504C75

Text Example


Text Example

White with #504C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504C75; }

 p { color: rgb(80,76,117); }

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

background-color css

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

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

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

border-color css

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

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

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