Html Css Color HEX #524F73 Corn Flower Blue

📋 copy color: '#524F73'

red 82 ◦ green 79 ◦ blue 115

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

Shades of Corn Flower Blue #524F73

Tints of Corn Flower Blue #524F73

RGB

 RED value IS 82 (32.42% from 255) = 29.71%

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 29.71%
G = 28.62%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524F73 (or 0x524F73) is known color: Corn Flower Blue. HEX triplet: 52, 4F and 73. RGB value is (82,79,115). Sum of RGB (Red+Green+Blue) = 82+79+115=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #524F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F73 is #ADB08C. Grayscale: #535353. Windows color (decimal): -11382925 or 7556946. OLE color: 7556946.

HSL color Cylindrical-coordinate representation of color #524F73: hue angle of 245º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524F73 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 79 115 -
CMYK 0.29 0.31 0 0.55
HSL 245º 0.19% 0.38% -
HSV(B) 245º 0.31% 0.45% -
XYZ 9.37 8.62 17.39 -
YUV 84 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 82 79 115 0.29 0.31 0 0.55 245 0.19 0.38
Hex 52 4F 73 1D 1F 0 37 F5 13 26
Octal 122 117 163 35 37 0 67 365 23 46
Binary 1010010 1001111 1110011 11101 11111 0 110111 11110101 10011 100110

Color Harmonies of #524F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F73

Black with #524F73

Text Example


Text Example

White with #524F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F73; }

 p { color: rgb(82,79,115); }

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

background-color css

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

 a { background-color: rgb(82,79,115); }

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

border-color css

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

 span { border-color: rgb(82,79,115); }

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