#526FCB

Color #526FCB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #526FCB

Tints of Royal Blue #526FCB

Color information

#526FCB (or 0x526FCB) is unknown color: approx Royal Blue. HEX triplet: 52, 6F and CB. RGB value is (82,111,203). Sum of RGB (Red+Green+Blue) = 82+111+203=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #526FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCB is #AD9034. Grayscale: #707070. Windows color (decimal): -11374645 or 13332306. OLE color: 13332306.

HSL color Cylindrical-coordinate representation of color #526FCB: hue angle of 225.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526FCB is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82111203-
CMYK0.600.4500.20
HSL225.62º53.78%55.88%-
HSV(B)225.62º59.61%79.61%-
XYZ19.9417.4758.82-
YUV112.82178.89106.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=20.71%
G=28.03%
B=51.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821112030.600.4500.20225.6253.7855.88
Hex526FCB3C2D014e23638
Octal12215731374550243426670
Binary101001011011111100101111110010110101010011100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526FCB; }

 p { color: rgb(82,111,203); }

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

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

 a { background-color: rgb(82,111,203); }

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

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

 span { border-color: rgb(82,111,203); }

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