Html Css Color HEX #525371 Corn Flower Blue

📋 copy color: '#525371'

red 82 ◦ green 83 ◦ blue 113

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

Shades of Corn Flower Blue #525371

Tints of Corn Flower Blue #525371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 29.5%
G = 29.86%
B = 40.65%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525371 (or 0x525371) is known color: Corn Flower Blue. HEX triplet: 52, 53 and 71. RGB value is (82,83,113). Sum of RGB (Red+Green+Blue) = 82+83+113=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #525371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525371 is #ADAC8E. Grayscale: #565656. Windows color (decimal): -11381903 or 7426898. OLE color: 7426898.

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

Color convert

RGB 82 83 113 -
CMYK 0.27 0.27 0 0.56
HSL 238.06º 0.16% 0.38% -
HSV(B) 238.06º 0.27% 0.44% -
XYZ 9.55 9.17 16.89 -
YUV 86.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 82 83 113 0.27 0.27 0 0.56 238.06 0.16 0.38
Hex 52 53 71 1B 1B 0 38 EE 10 26
Octal 122 123 161 33 33 0 70 356 20 46
Binary 1010010 1010011 1110001 11011 11011 0 111000 11101110 10000 100110

Color Harmonies of #525371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525371

Black with #525371

Text Example


Text Example

White with #525371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525371; }

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

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

background-color css

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

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

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

border-color css

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

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

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