Html Css Color HEX #525171 Corn Flower Blue

📋 copy color: '#525171'

red 82 ◦ green 81 ◦ blue 113

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

Shades of Corn Flower Blue #525171

Tints of Corn Flower Blue #525171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 29.71%
G = 29.35%
B = 40.94%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525171 (or 0x525171) is known color: Corn Flower Blue. HEX triplet: 52, 51 and 71. RGB value is (82,81,113). Sum of RGB (Red+Green+Blue) = 82+81+113=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #525171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525171 is #ADAE8E. Grayscale: #545454. Windows color (decimal): -11382415 or 7426386. OLE color: 7426386.

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

Color convert

RGB 82 81 113 -
CMYK 0.27 0.28 0 0.56
HSL 241.88º 0.16% 0.38% -
HSV(B) 241.88º 0.28% 0.44% -
XYZ 9.4 8.87 16.84 -
YUV 84.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 82 81 113 0.27 0.28 0 0.56 241.88 0.16 0.38
Hex 52 51 71 1B 1C 0 38 F2 10 26
Octal 122 121 161 33 34 0 70 362 20 46
Binary 1010010 1010001 1110001 11011 11100 0 111000 11110010 10000 100110

Color Harmonies of #525171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525171

Black with #525171

Text Example


Text Example

White with #525171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525171; }

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

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

background-color css

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

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

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

border-color css

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

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

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