Html Css Color HEX #525276 Corn Flower Blue

📋 copy color: '#525276'

red 82 ◦ green 82 ◦ blue 118

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

Shades of Corn Flower Blue #525276

Tints of Corn Flower Blue #525276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 29.08%
G = 29.08%
B = 41.84%

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

#525276 (or 0x525276) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 76. RGB value is (82,82,118). Sum of RGB (Red+Green+Blue) = 82+82+118=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #525276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525276 is #ADAD89. Grayscale: #555555. Windows color (decimal): -11382154 or 7754322. OLE color: 7754322.

HSL color Cylindrical-coordinate representation of color #525276: hue angle of 240º degrees, saturation: 0.18, 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 #525276 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 82 118 -
CMYK 0.31 0.31 0 0.54
HSL 240º 0.18% 0.39% -
HSV(B) 240º 0.31% 0.46% -
XYZ 9.77 9.14 18.39 -
YUV 86.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 82 82 118 0.31 0.31 0 0.54 240 0.18 0.39
Hex 52 52 76 1F 1F 0 36 F0 12 27
Octal 122 122 166 37 37 0 66 360 22 47
Binary 1010010 1010010 1110110 11111 11111 0 110110 11110000 10010 100111

Color Harmonies of #525276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525276

Black with #525276

Text Example


Text Example

White with #525276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525276; }

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

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

background-color css

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

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

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

border-color css

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

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

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