Html Css Color HEX #526BCE Royal Blue

📋 copy color: '#526BCE'

red 82 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #526BCE

Tints of Royal Blue #526BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 20.76%
G = 27.09%
B = 52.15%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#526BCE (or 0x526BCE) is known color: Royal Blue. HEX triplet: 52, 6B and CE. RGB value is (82,107,206). Sum of RGB (Red+Green+Blue) = 82+107+206=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #526BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BCE is #AD9431. Grayscale: #6E6E6E. Windows color (decimal): -11375666 or 13527890. OLE color: 13527890.

HSL color Cylindrical-coordinate representation of color #526BCE: hue angle of 227.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526BCE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 107 206 -
CMYK 0.60 0.48 0 0.19
HSL 227.9º 0.56% 0.56% -
HSV(B) 227.9º 0.6% 0.81% -
XYZ 19.88 16.77 60.58 -
YUV 110.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 82 107 206 0.60 0.48 0 0.19 227.9 0.56 0.56
Hex 52 6B CE 3C 30 0 13 E4 38 38
Octal 122 153 316 74 60 0 23 344 70 70
Binary 1010010 1101011 11001110 111100 110000 0 10011 11100100 111000 111000

Color Harmonies of #526BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BCE

Black with #526BCE

Text Example


Text Example

White with #526BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,206); }

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

background-color css

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

 a { background-color: rgb(82,107,206); }

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

border-color css

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

 span { border-color: rgb(82,107,206); }

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