#525EBA

Color #525EBA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #525EBA

Tints of Rich Blue #525EBA

Color information

#525EBA (or 0x525EBA) is unknown color: approx Rich Blue. HEX triplet: 52, 5E and BA. RGB value is (82,94,186). Sum of RGB (Red+Green+Blue) = 82+94+186=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #525EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EBA is #ADA145. Grayscale: #646464. Windows color (decimal): -11379014 or 12213842. OLE color: 12213842.

HSL color Cylindrical-coordinate representation of color #525EBA: hue angle of 233.08º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525EBA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8294186-
CMYK0.560.4900.27
HSL233.08º42.98%52.55%-
HSV(B)233.08º55.91%72.94%-
XYZ16.3513.3448.17-
YUV100.9176.02114.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=22.65%
G=25.97%
B=51.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82941860.560.4900.27233.0842.9852.55
Hex525EBA383101Be92b35
Octal12213627270610333515365
Binary101001010111101011101011100011000101101111101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,186); }

 H1.HeaderClassName
 {
   color: #525EBA;
 }
 .AnyTagClassName
 {
   color: #525EBA;
 }
</style>
background-color css

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

 a { background-color: rgb(82,94,186); }

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

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

 span { border-color: rgb(82,94,186); }

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