Html Css Color HEX #526BCC Royal Blue

📋 copy color: '#526BCC'

red 82 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #526BCC

Tints of Royal Blue #526BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 20.87%
G = 27.23%
B = 51.91%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#526BCC (or 0x526BCC) is known color: Royal Blue. HEX triplet: 52, 6B and CC. RGB value is (82,107,204). Sum of RGB (Red+Green+Blue) = 82+107+204=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #526BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BCC is #AD9433. Grayscale: #6E6E6E. Windows color (decimal): -11375668 or 13396818. OLE color: 13396818.

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

Color convert

RGB 82 107 204 -
CMYK 0.60 0.48 0 0.2
HSL 227.7º 0.54% 0.56% -
HSV(B) 227.7º 0.6% 0.8% -
XYZ 19.64 16.67 59.31 -
YUV 110.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 82 107 204 0.60 0.48 0 0.2 227.7 0.54 0.56
Hex 52 6B CC 3C 30 0 14 E4 36 38
Octal 122 153 314 74 60 0 24 344 66 70
Binary 1010010 1101011 11001100 111100 110000 0 10100 11100100 110110 111000

Color Harmonies of #526BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BCC

Black with #526BCC

Text Example


Text Example

White with #526BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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