Html Css Color HEX #525270 Corn Flower Blue

📋 copy color: '#525270'

red 82 ◦ green 82 ◦ blue 112

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

Shades of Corn Flower Blue #525270

Tints of Corn Flower Blue #525270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 29.71%
G = 29.71%
B = 40.58%

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

#525270 (or 0x525270) is known color: Corn Flower Blue. HEX triplet: 52, 52 and 70. RGB value is (82,82,112). Sum of RGB (Red+Green+Blue) = 82+82+112=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #525270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525270 is #ADAD8F. Grayscale: #555555. Windows color (decimal): -11382160 or 7361106. OLE color: 7361106.

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

Color convert

RGB 82 82 112 -
CMYK 0.27 0.27 0 0.56
HSL 240º 0.15% 0.38% -
HSV(B) 240º 0.27% 0.44% -
XYZ 9.42 9 16.57 -
YUV 85.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 82 82 112 0.27 0.27 0 0.56 240 0.15 0.38
Hex 52 52 70 1B 1B 0 38 F0 F 26
Octal 122 122 160 33 33 0 70 360 17 46
Binary 1010010 1010010 1110000 11011 11011 0 111000 11110000 1111 100110

Color Harmonies of #525270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525270

Black with #525270

Text Example


Text Example

White with #525270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525270; }

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

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

background-color css

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

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

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

border-color css

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

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

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