Html Css Color HEX #535CD3 Free Speech Blue

📋 copy color: '#535CD3'

red 83 ◦ green 92 ◦ blue 211

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

Shades of Free Speech Blue #535CD3

Tints of Free Speech Blue #535CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.66%

R = 21.5%
G = 23.83%
B = 54.66%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#535CD3 (or 0x535CD3) is known color: Free Speech Blue. HEX triplet: 53, 5C and D3. RGB value is (83,92,211). Sum of RGB (Red+Green+Blue) = 83+92+211=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #535CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CD3 is #ACA32C. Grayscale: #666666. Windows color (decimal): -11313965 or 13851731. OLE color: 13851731.

HSL color Cylindrical-coordinate representation of color #535CD3: hue angle of 235.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535CD3 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 92 211 -
CMYK 0.61 0.56 0 0.17
HSL 235.78º 0.59% 0.58% -
HSV(B) 235.78º 0.61% 0.83% -
XYZ 19.15 14.2 63.36 -
YUV 102.88 189.02 113.82 -
System Red Green Blue C M Y K H S L
Decimal 83 92 211 0.61 0.56 0 0.17 235.78 0.59 0.58
Hex 53 5C D3 3D 38 0 11 EC 3B 3A
Octal 123 134 323 75 70 0 21 354 73 72
Binary 1010011 1011100 11010011 111101 111000 0 10001 11101100 111011 111010

Color Harmonies of #535CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CD3

Black with #535CD3

Text Example


Text Example

White with #535CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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