Html Css Color HEX #535CDA Royal Blue

📋 copy color: '#535CDA'

red 83 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #535CDA

Tints of Royal Blue #535CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 21.12%
G = 23.41%
B = 55.47%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#535CDA (or 0x535CDA) is known color: Royal Blue. HEX triplet: 53, 5C and DA. RGB value is (83,92,218). Sum of RGB (Red+Green+Blue) = 83+92+218=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #535CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CDA is #ACA325. Grayscale: #676767. Windows color (decimal): -11313958 or 14310483. OLE color: 14310483.

HSL color Cylindrical-coordinate representation of color #535CDA: hue angle of 236º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535CDA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 92 218 -
CMYK 0.62 0.58 0 0.15
HSL 236º 0.65% 0.59% -
HSV(B) 236º 0.62% 0.85% -
XYZ 20.05 14.56 68.08 -
YUV 103.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 83 92 218 0.62 0.58 0 0.15 236 0.65 0.59
Hex 53 5C DA 3E 3A 0 F EC 41 3B
Octal 123 134 332 76 72 0 17 354 101 73
Binary 1010011 1011100 11011010 111110 111010 0 1111 11101100 1000001 111011

Color Harmonies of #535CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CDA

Black with #535CDA

Text Example


Text Example

White with #535CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535CDA; }

 p { color: rgb(83,92,218); }

 H1.HeaderClassName
 {
   color: #535CDA;
 }
 .AnyTagClassName
 {
   color: #535CDA;
 }
</style>

background-color css

<style>
 a { background-color: #535CDA; }

 a { background-color: rgb(83,92,218); }

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

border-color css

<style>
 span { border-color: #535CDA; }

 span { border-color: rgb(83,92,218); }

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