Html Css Color HEX #535AD2 Free Speech Blue

📋 copy color: '#535AD2'

red 83 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Blue #535AD2

Tints of Free Speech Blue #535AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.83%

R = 21.67%
G = 23.5%
B = 54.83%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#535AD2 (or 0x535AD2) is known color: Free Speech Blue. HEX triplet: 53, 5A and D2. RGB value is (83,90,210). Sum of RGB (Red+Green+Blue) = 83+90+210=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #535AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AD2 is #ACA52D. Grayscale: #656565. Windows color (decimal): -11314478 or 13785683. OLE color: 13785683.

HSL color Cylindrical-coordinate representation of color #535AD2: hue angle of 236.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535AD2 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 90 210 -
CMYK 0.60 0.57 0 0.18
HSL 236.69º 0.59% 0.57% -
HSV(B) 236.69º 0.6% 0.82% -
XYZ 18.86 13.8 62.64 -
YUV 101.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 83 90 210 0.60 0.57 0 0.18 236.69 0.59 0.57
Hex 53 5A D2 3C 39 0 12 ED 3B 39
Octal 123 132 322 74 71 0 22 355 73 71
Binary 1010011 1011010 11010010 111100 111001 0 10010 11101101 111011 111001

Color Harmonies of #535AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AD2

Black with #535AD2

Text Example


Text Example

White with #535AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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