Html Css Color HEX #536ECC Royal Blue

📋 copy color: '#536ECC'

red 83 ◦ green 110 ◦ blue 204

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

Shades of Royal Blue #536ECC

Tints of Royal Blue #536ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.71%

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

R = 20.91%
G = 27.71%
B = 51.39%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#536ECC (or 0x536ECC) is known color: Royal Blue. HEX triplet: 53, 6E and CC. RGB value is (83,110,204). Sum of RGB (Red+Green+Blue) = 83+110+204=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #536ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ECC is #AC9133. Grayscale: #707070. Windows color (decimal): -11309364 or 13397587. OLE color: 13397587.

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

Color convert

RGB 83 110 204 -
CMYK 0.59 0.46 0 0.2
HSL 226.61º 0.54% 0.56% -
HSV(B) 226.61º 0.59% 0.8% -
XYZ 20.04 17.35 59.42 -
YUV 112.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 83 110 204 0.59 0.46 0 0.2 226.61 0.54 0.56
Hex 53 6E CC 3B 2E 0 14 E3 36 38
Octal 123 156 314 73 56 0 24 343 66 70
Binary 1010011 1101110 11001100 111011 101110 0 10100 11100011 110110 111000

Color Harmonies of #536ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ECC

Black with #536ECC

Text Example


Text Example

White with #536ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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