Html Css Color HEX #536CCC Royal Blue

📋 copy color: '#536CCC'

red 83 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #536CCC

Tints of Royal Blue #536CCC

RGB

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

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

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

R = 21.01%
G = 27.34%
B = 51.65%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#536CCC (or 0x536CCC) is known color: Royal Blue. HEX triplet: 53, 6C and CC. RGB value is (83,108,204). Sum of RGB (Red+Green+Blue) = 83+108+204=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #536CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CCC is #AC9333. Grayscale: #6F6F6F. Windows color (decimal): -11309876 or 13397075. OLE color: 13397075.

HSL color Cylindrical-coordinate representation of color #536CCC: hue angle of 227.6º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #536CCC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 108 204 -
CMYK 0.59 0.47 0 0.2
HSL 227.6º 0.54% 0.56% -
HSV(B) 227.6º 0.59% 0.8% -
XYZ 19.83 16.92 59.35 -
YUV 111.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 83 108 204 0.59 0.47 0 0.2 227.6 0.54 0.56
Hex 53 6C CC 3B 2F 0 14 E4 36 38
Octal 123 154 314 73 57 0 24 344 66 70
Binary 1010011 1101100 11001100 111011 101111 0 10100 11100100 110110 111000

Color Harmonies of #536CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CCC

Black with #536CCC

Text Example


Text Example

White with #536CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,204); }

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

background-color css

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

 a { background-color: rgb(83,108,204); }

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

border-color css

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

 span { border-color: rgb(83,108,204); }

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