Html Css Color HEX #525BDC Royal Blue

📋 copy color: '#525BDC'

red 82 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #525BDC

Tints of Royal Blue #525BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 20.87%
G = 23.16%
B = 55.98%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#525BDC (or 0x525BDC) is known color: Royal Blue. HEX triplet: 52, 5B and DC. RGB value is (82,91,220). Sum of RGB (Red+Green+Blue) = 82+91+220=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #525BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BDC is #ADA423. Grayscale: #666666. Windows color (decimal): -11379748 or 14441298. OLE color: 14441298.

HSL color Cylindrical-coordinate representation of color #525BDC: hue angle of 236.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525BDC is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 91 220 -
CMYK 0.63 0.59 0 0.14
HSL 236.09º 0.66% 0.59% -
HSV(B) 236.09º 0.63% 0.86% -
XYZ 20.14 14.44 69.44 -
YUV 103.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 82 91 220 0.63 0.59 0 0.14 236.09 0.66 0.59
Hex 52 5B DC 3F 3B 0 E EC 42 3B
Octal 122 133 334 77 73 0 16 354 102 73
Binary 1010010 1011011 11011100 111111 111011 0 1110 11101100 1000010 111011

Color Harmonies of #525BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BDC

Black with #525BDC

Text Example


Text Example

White with #525BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,220); }

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

background-color css

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

 a { background-color: rgb(82,91,220); }

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

border-color css

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

 span { border-color: rgb(82,91,220); }

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