Html Css Color HEX #525176 Corn Flower Blue

📋 copy color: '#525176'

red 82 ◦ green 81 ◦ blue 118

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

Shades of Corn Flower Blue #525176

Tints of Corn Flower Blue #525176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 29.18%
G = 28.83%
B = 41.99%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#525176 (or 0x525176) is known color: Corn Flower Blue. HEX triplet: 52, 51 and 76. RGB value is (82,81,118). Sum of RGB (Red+Green+Blue) = 82+81+118=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #525176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525176 is #ADAE89. Grayscale: #555555. Windows color (decimal): -11382410 or 7754066. OLE color: 7754066.

HSL color Cylindrical-coordinate representation of color #525176: hue angle of 241.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525176 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 81 118 -
CMYK 0.31 0.31 0 0.54
HSL 241.62º 0.19% 0.39% -
HSV(B) 241.62º 0.31% 0.46% -
XYZ 9.69 8.99 18.36 -
YUV 85.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 82 81 118 0.31 0.31 0 0.54 241.62 0.19 0.39
Hex 52 51 76 1F 1F 0 36 F2 13 27
Octal 122 121 166 37 37 0 66 362 23 47
Binary 1010010 1010001 1110110 11111 11111 0 110110 11110010 10011 100111

Color Harmonies of #525176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525176

Black with #525176

Text Example


Text Example

White with #525176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525176; }

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

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

background-color css

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

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

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

border-color css

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

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

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