Html Css Color HEX #525073 Corn Flower Blue

📋 copy color: '#525073'

red 82 ◦ green 80 ◦ blue 115

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

Shades of Corn Flower Blue #525073

Tints of Corn Flower Blue #525073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 29.6%
G = 28.88%
B = 41.52%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525073 (or 0x525073) is known color: Corn Flower Blue. HEX triplet: 52, 50 and 73. RGB value is (82,80,115). Sum of RGB (Red+Green+Blue) = 82+80+115=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #525073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525073 is #ADAF8C. Grayscale: #545454. Windows color (decimal): -11382669 or 7557202. OLE color: 7557202.

HSL color Cylindrical-coordinate representation of color #525073: hue angle of 243.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525073 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 80 115 -
CMYK 0.29 0.30 0 0.55
HSL 243.43º 0.18% 0.38% -
HSV(B) 243.43º 0.3% 0.45% -
XYZ 9.44 8.77 17.41 -
YUV 84.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 82 80 115 0.29 0.30 0 0.55 243.43 0.18 0.38
Hex 52 50 73 1D 1E 0 37 F3 12 26
Octal 122 120 163 35 36 0 67 363 22 46
Binary 1010010 1010000 1110011 11101 11110 0 110111 11110011 10010 100110

Color Harmonies of #525073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525073

Black with #525073

Text Example


Text Example

White with #525073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525073; }

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

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

background-color css

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

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

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

border-color css

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

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

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