Html Css Color HEX #525070 Corn Flower Blue

📋 copy color: '#525070'

red 82 ◦ green 80 ◦ blue 112

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

Shades of Corn Flower Blue #525070

Tints of Corn Flower Blue #525070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 29.93%
G = 29.2%
B = 40.88%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#525070 (or 0x525070) is known color: Corn Flower Blue. HEX triplet: 52, 50 and 70. RGB value is (82,80,112). Sum of RGB (Red+Green+Blue) = 82+80+112=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #525070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525070 is #ADAF8F. Grayscale: #545454. Windows color (decimal): -11382672 or 7360594. OLE color: 7360594.

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

Color convert

RGB 82 80 112 -
CMYK 0.27 0.29 0 0.56
HSL 243.75º 0.17% 0.38% -
HSV(B) 243.75º 0.29% 0.44% -
XYZ 9.27 8.7 16.52 -
YUV 84.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 82 80 112 0.27 0.29 0 0.56 243.75 0.17 0.38
Hex 52 50 70 1B 1D 0 38 F4 11 26
Octal 122 120 160 33 35 0 70 364 21 46
Binary 1010010 1010000 1110000 11011 11101 0 111000 11110100 10001 100110

Color Harmonies of #525070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525070

Black with #525070

Text Example


Text Example

White with #525070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525070; }

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

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

background-color css

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

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

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

border-color css

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

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

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