Html Css Color HEX #525FA6 Rich Blue

📋 copy color: '#525FA6'

red 82 ◦ green 95 ◦ blue 166

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

Shades of Rich Blue #525FA6

Tints of Rich Blue #525FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.4%

R = 23.91%
G = 27.7%
B = 48.4%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#525FA6 (or 0x525FA6) is known color: Rich Blue. HEX triplet: 52, 5F and A6. RGB value is (82,95,166). Sum of RGB (Red+Green+Blue) = 82+95+166=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #525FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525FA6 is #ADA059. Grayscale: #626262. Windows color (decimal): -11378778 or 10903378. OLE color: 10903378.

HSL color Cylindrical-coordinate representation of color #525FA6: hue angle of 230.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #525FA6 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 95 166 -
CMYK 0.51 0.43 0 0.35
HSL 230.71º 0.34% 0.49% -
HSV(B) 230.71º 0.51% 0.65% -
XYZ 14.45 12.73 37.77 -
YUV 99.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 82 95 166 0.51 0.43 0 0.35 230.71 0.34 0.49
Hex 52 5F A6 33 2B 0 23 E7 22 31
Octal 122 137 246 63 53 0 43 347 42 61
Binary 1010010 1011111 10100110 110011 101011 0 100011 11100111 100010 110001

Color Harmonies of #525FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FA6

Black with #525FA6

Text Example


Text Example

White with #525FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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