Html Css Color HEX #525075 Corn Flower Blue

📋 copy color: '#525075'

red 82 ◦ green 80 ◦ blue 117

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

Shades of Corn Flower Blue #525075

Tints of Corn Flower Blue #525075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 29.39%
G = 28.67%
B = 41.94%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#525075 (or 0x525075) is known color: Corn Flower Blue. HEX triplet: 52, 50 and 75. RGB value is (82,80,117). Sum of RGB (Red+Green+Blue) = 82+80+117=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #525075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525075 is #ADAF8A. Grayscale: #545454. Windows color (decimal): -11382667 or 7688274. OLE color: 7688274.

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

Color convert

RGB 82 80 117 -
CMYK 0.30 0.32 0 0.54
HSL 243.24º 0.19% 0.39% -
HSV(B) 243.24º 0.32% 0.46% -
XYZ 9.56 8.82 18.03 -
YUV 84.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 82 80 117 0.30 0.32 0 0.54 243.24 0.19 0.39
Hex 52 50 75 1E 20 0 36 F3 13 27
Octal 122 120 165 36 40 0 66 363 23 47
Binary 1010010 1010000 1110101 11110 100000 0 110110 11110011 10011 100111

Color Harmonies of #525075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525075

Black with #525075

Text Example


Text Example

White with #525075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525075; }

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

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

background-color css

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

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

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

border-color css

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

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

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