Html Css Color HEX #536BCC Royal Blue

📋 copy color: '#536BCC'

red 83 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #536BCC

Tints of Royal Blue #536BCC

RGB

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

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

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

R = 21.07%
G = 27.16%
B = 51.78%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#536BCC (or 0x536BCC) is known color: Royal Blue. HEX triplet: 53, 6B and CC. RGB value is (83,107,204). Sum of RGB (Red+Green+Blue) = 83+107+204=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #536BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BCC is #AC9433. Grayscale: #6E6E6E. Windows color (decimal): -11310132 or 13396819. OLE color: 13396819.

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

Color convert

RGB 83 107 204 -
CMYK 0.59 0.48 0 0.2
HSL 228.1º 0.54% 0.56% -
HSV(B) 228.1º 0.59% 0.8% -
XYZ 19.72 16.71 59.31 -
YUV 110.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 83 107 204 0.59 0.48 0 0.2 228.1 0.54 0.56
Hex 53 6B CC 3B 30 0 14 E4 36 38
Octal 123 153 314 73 60 0 24 344 66 70
Binary 1010011 1101011 11001100 111011 110000 0 10100 11100100 110110 111000

Color Harmonies of #536BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BCC

Black with #536BCC

Text Example


Text Example

White with #536BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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