Html Css Color HEX #525CA7 Rich Blue

📋 copy color: '#525CA7'

red 82 ◦ green 92 ◦ blue 167

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

Shades of Rich Blue #525CA7

Tints of Rich Blue #525CA7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

 BLUE value IS 167 (65.63% from 255) = 48.97%

R = 24.05%
G = 26.98%
B = 48.97%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#525CA7 (or 0x525CA7) is known color: Rich Blue. HEX triplet: 52, 5C and A7. RGB value is (82,92,167). Sum of RGB (Red+Green+Blue) = 82+92+167=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #525CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CA7 is #ADA358. Grayscale: #616161. Windows color (decimal): -11379545 or 10968146. OLE color: 10968146.

HSL color Cylindrical-coordinate representation of color #525CA7: hue angle of 232.94º 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 #525CA7 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 92 167 -
CMYK 0.51 0.45 0 0.35
HSL 232.94º 0.34% 0.49% -
HSV(B) 232.94º 0.51% 0.65% -
XYZ 14.28 12.24 38.17 -
YUV 97.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 82 92 167 0.51 0.45 0 0.35 232.94 0.34 0.49
Hex 52 5C A7 33 2D 0 23 E9 22 31
Octal 122 134 247 63 55 0 43 351 42 61
Binary 1010010 1011100 10100111 110011 101101 0 100011 11101001 100010 110001

Color Harmonies of #525CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CA7

Black with #525CA7

Text Example


Text Example

White with #525CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,92,167); }

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

background-color css

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

 a { background-color: rgb(82,92,167); }

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

border-color css

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

 span { border-color: rgb(82,92,167); }

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