Html Css Color HEX #535ADA Free Speech Blue

📋 copy color: '#535ADA'

red 83 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Blue #535ADA

Tints of Free Speech Blue #535ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

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

R = 21.23%
G = 23.02%
B = 55.75%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#535ADA (or 0x535ADA) is known color: Free Speech Blue. HEX triplet: 53, 5A and DA. RGB value is (83,90,218). Sum of RGB (Red+Green+Blue) = 83+90+218=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #535ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ADA is #ACA525. Grayscale: #656565. Windows color (decimal): -11314470 or 14309971. OLE color: 14309971.

HSL color Cylindrical-coordinate representation of color #535ADA: hue angle of 236.89º 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 #535ADA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 90 218 -
CMYK 0.62 0.59 0 0.15
HSL 236.89º 0.65% 0.59% -
HSV(B) 236.89º 0.62% 0.85% -
XYZ 19.88 14.21 68.03 -
YUV 102.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 83 90 218 0.62 0.59 0 0.15 236.89 0.65 0.59
Hex 53 5A DA 3E 3B 0 F ED 41 3B
Octal 123 132 332 76 73 0 17 355 101 73
Binary 1010011 1011010 11011010 111110 111011 0 1111 11101101 1000001 111011

Color Harmonies of #535ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ADA

Black with #535ADA

Text Example


Text Example

White with #535ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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