#526ECB

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

Shades of Royal Blue #526ECB

Tints of Royal Blue #526ECB

Color information

#526ECB (or 0x526ECB) is unknown color: approx Royal Blue. HEX triplet: 52, 6E and CB. RGB value is (82,110,203). Sum of RGB (Red+Green+Blue) = 82+110+203=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #526ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECB is #AD9134. Grayscale: #6F6F6F. Windows color (decimal): -11374901 or 13332050. OLE color: 13332050.

HSL color Cylindrical-coordinate representation of color #526ECB: hue angle of 226.12º 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 #526ECB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82110203-
CMYK0.600.4600.20
HSL226.12º53.78%55.88%-
HSV(B)226.12º59.61%79.61%-
XYZ19.8417.2658.79-
YUV112.23179.22106.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=20.76%
G=27.85%
B=51.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821102030.600.4600.20226.1253.7855.88
Hex526ECB3C2E014e23638
Octal12215631374560243426670
Binary101001011011101100101111110010111001010011100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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