Html Css Color HEX #525071 Corn Flower Blue

📋 copy color: '#525071'

red 82 ◦ green 80 ◦ blue 113

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

Shades of Corn Flower Blue #525071

Tints of Corn Flower Blue #525071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 29.82%
G = 29.09%
B = 41.09%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525071 (or 0x525071) is known color: Corn Flower Blue. HEX triplet: 52, 50 and 71. RGB value is (82,80,113). Sum of RGB (Red+Green+Blue) = 82+80+113=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #525071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525071 is #ADAF8E. Grayscale: #545454. Windows color (decimal): -11382671 or 7426130. OLE color: 7426130.

HSL color Cylindrical-coordinate representation of color #525071: hue angle of 243.64º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525071 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 80 113 -
CMYK 0.27 0.29 0 0.56
HSL 243.64º 0.17% 0.38% -
HSV(B) 243.64º 0.29% 0.44% -
XYZ 9.33 8.72 16.81 -
YUV 84.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 82 80 113 0.27 0.29 0 0.56 243.64 0.17 0.38
Hex 52 50 71 1B 1D 0 38 F4 11 26
Octal 122 120 161 33 35 0 70 364 21 46
Binary 1010010 1010000 1110001 11011 11101 0 111000 11110100 10001 100110

Color Harmonies of #525071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525071

Black with #525071

Text Example


Text Example

White with #525071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525071; }

 p { color: rgb(82,80,113); }

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

background-color css

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

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

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

border-color css

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

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

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