Html Css Color HEX #526FCD Royal Blue

📋 copy color: '#526FCD'

red 82 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #526FCD

Tints of Royal Blue #526FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 20.6%
G = 27.89%
B = 51.51%

CMYK

 C value IS 0.6

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#526FCD (or 0x526FCD) is known color: Royal Blue. HEX triplet: 52, 6F and CD. RGB value is (82,111,205). Sum of RGB (Red+Green+Blue) = 82+111+205=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #526FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCD is #AD9032. Grayscale: #707070. Windows color (decimal): -11374643 or 13463378. OLE color: 13463378.

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

Color convert

RGB 82 111 205 -
CMYK 0.6 0.46 0 0.20
HSL 225.85º 0.55% 0.56% -
HSV(B) 225.85º 0.6% 0.8% -
XYZ 20.18 17.57 60.09 -
YUV 113.05 179.89 105.86 -
System Red Green Blue C M Y K H S L
Decimal 82 111 205 0.6 0.46 0 0.20 225.85 0.55 0.56
Hex 52 6F CD 3C 2E 0 14 E2 37 38
Octal 122 157 315 74 56 0 24 342 67 70
Binary 1010010 1101111 11001101 111100 101110 0 10100 11100010 110111 111000

Color Harmonies of #526FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FCD

Black with #526FCD

Text Example


Text Example

White with #526FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #526FCD;
 }
 .AnyTagClassName
 {
   color: #526FCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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