Html Css Color HEX #536ACD Royal Blue

📋 copy color: '#536ACD'

red 83 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #536ACD

Tints of Royal Blue #536ACD

RGB

 RED value IS 83 (32.81% from 255) = 21.07%

 GREEN value IS 106 (41.8% from 255) = 26.9%

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

R = 21.07%
G = 26.9%
B = 52.03%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#536ACD (or 0x536ACD) is known color: Royal Blue. HEX triplet: 53, 6A and CD. RGB value is (83,106,205). Sum of RGB (Red+Green+Blue) = 83+106+205=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #536ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ACD is #AC9532. Grayscale: #6D6D6D. Windows color (decimal): -11310387 or 13462099. OLE color: 13462099.

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

Color convert

RGB 83 106 205 -
CMYK 0.60 0.48 0 0.20
HSL 228.69º 0.55% 0.56% -
HSV(B) 228.69º 0.6% 0.8% -
XYZ 19.74 16.55 59.91 -
YUV 110.41 181.38 108.45 -
System Red Green Blue C M Y K H S L
Decimal 83 106 205 0.60 0.48 0 0.20 228.69 0.55 0.56
Hex 53 6A CD 3C 30 0 14 E5 37 38
Octal 123 152 315 74 60 0 24 345 67 70
Binary 1010011 1101010 11001101 111100 110000 0 10100 11100101 110111 111000

Color Harmonies of #536ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ACD

Black with #536ACD

Text Example


Text Example

White with #536ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536ACD; }

 p { color: rgb(83,106,205); }

 H1.HeaderClassName
 {
   color: #536ACD;
 }
 .AnyTagClassName
 {
   color: #536ACD;
 }
</style>

background-color css

<style>
 a { background-color: #536ACD; }

 a { background-color: rgb(83,106,205); }

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

border-color css

<style>
 span { border-color: #536ACD; }

 span { border-color: rgb(83,106,205); }

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