Html Css Color HEX #525FAC Rich Blue

📋 copy color: '#525FAC'

red 82 ◦ green 95 ◦ blue 172

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

Shades of Rich Blue #525FAC

Tints of Rich Blue #525FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 23.5%
G = 27.22%
B = 49.28%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#525FAC (or 0x525FAC) is known color: Rich Blue. HEX triplet: 52, 5F and AC. RGB value is (82,95,172). Sum of RGB (Red+Green+Blue) = 82+95+172=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #525FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525FAC is #ADA053. Grayscale: #636363. Windows color (decimal): -11378772 or 11296594. OLE color: 11296594.

HSL color Cylindrical-coordinate representation of color #525FAC: hue angle of 231.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525FAC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 95 172 -
CMYK 0.52 0.45 0 0.33
HSL 231.33º 0.35% 0.5% -
HSV(B) 231.33º 0.52% 0.67% -
XYZ 15.02 12.96 40.74 -
YUV 99.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 82 95 172 0.52 0.45 0 0.33 231.33 0.35 0.5
Hex 52 5F AC 34 2D 0 21 E7 23 32
Octal 122 137 254 64 55 0 41 347 43 62
Binary 1010010 1011111 10101100 110100 101101 0 100001 11100111 100011 110010

Color Harmonies of #525FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FAC

Black with #525FAC

Text Example


Text Example

White with #525FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525FAC; }

 p { color: rgb(82,95,172); }

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

background-color css

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

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

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

border-color css

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

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

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