Html Css Color HEX #526CCB Royal Blue

📋 copy color: '#526CCB'

red 82 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #526CCB

Tints of Royal Blue #526CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 20.87%
G = 27.48%
B = 51.65%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#526CCB (or 0x526CCB) is known color: Royal Blue. HEX triplet: 52, 6C and CB. RGB value is (82,108,203). Sum of RGB (Red+Green+Blue) = 82+108+203=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #526CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CCB is #AD9334. Grayscale: #6E6E6E. Windows color (decimal): -11375413 or 13331538. OLE color: 13331538.

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

Color convert

RGB 82 108 203 -
CMYK 0.60 0.47 0 0.20
HSL 227.11º 0.54% 0.56% -
HSV(B) 227.11º 0.6% 0.8% -
XYZ 19.62 16.83 58.71 -
YUV 111.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 82 108 203 0.60 0.47 0 0.20 227.11 0.54 0.56
Hex 52 6C CB 3C 2F 0 14 E3 36 38
Octal 122 154 313 74 57 0 24 343 66 70
Binary 1010010 1101100 11001011 111100 101111 0 10100 11100011 110110 111000

Color Harmonies of #526CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CCB

Black with #526CCB

Text Example


Text Example

White with #526CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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