Html Css Color HEX #537AF6 Royal Blue

📋 copy color: '#537AF6'

red 83 ◦ green 122 ◦ blue 246

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

Shades of Royal Blue #537AF6

Tints of Royal Blue #537AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 246 (96.48% from 255) = 54.55%

R = 18.4%
G = 27.05%
B = 54.55%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#537AF6 (or 0x537AF6) is known color: Royal Blue. HEX triplet: 53, 7A and F6. RGB value is (83,122,246). Sum of RGB (Red+Green+Blue) = 83+122+246=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #537AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF6 is #AC8509. Grayscale: #7B7B7B. Windows color (decimal): -11306250 or 16153171. OLE color: 16153171.

HSL color Cylindrical-coordinate representation of color #537AF6: hue angle of 225.64º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537AF6 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 122 246 -
CMYK 0.66 0.50 0 0.04
HSL 225.64º 0.9% 0.65% -
HSV(B) 225.64º 0.66% 0.96% -
XYZ 27.16 22.41 90.08 -
YUV 124.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 83 122 246 0.66 0.50 0 0.04 225.64 0.9 0.65
Hex 53 7A F6 42 32 0 4 E2 5A 41
Octal 123 172 366 102 62 0 4 342 132 101
Binary 1010011 1111010 11110110 1000010 110010 0 100 11100010 1011010 1000001

Color Harmonies of #537AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AF6

Black with #537AF6

Text Example


Text Example

White with #537AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537AF6; }

 p { color: rgb(83,122,246); }

 H1.HeaderClassName
 {
   color: #537AF6;
 }
 .AnyTagClassName
 {
   color: #537AF6;
 }
</style>

background-color css

<style>
 a { background-color: #537AF6; }

 a { background-color: rgb(83,122,246); }

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

border-color css

<style>
 span { border-color: #537AF6; }

 span { border-color: rgb(83,122,246); }

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