Html Css Color HEX #535FD3 Free Speech Blue

📋 copy color: '#535FD3'

red 83 ◦ green 95 ◦ blue 211

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

Shades of Free Speech Blue #535FD3

Tints of Free Speech Blue #535FD3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

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

R = 21.34%
G = 24.42%
B = 54.24%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#535FD3 (or 0x535FD3) is known color: Free Speech Blue. HEX triplet: 53, 5F and D3. RGB value is (83,95,211). Sum of RGB (Red+Green+Blue) = 83+95+211=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #535FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FD3 is #ACA02C. Grayscale: #686868. Windows color (decimal): -11313197 or 13852499. OLE color: 13852499.

HSL color Cylindrical-coordinate representation of color #535FD3: hue angle of 234.38º 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 #535FD3 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 95 211 -
CMYK 0.61 0.55 0 0.17
HSL 234.38º 0.59% 0.58% -
HSV(B) 234.38º 0.61% 0.83% -
XYZ 19.42 14.73 63.45 -
YUV 104.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 83 95 211 0.61 0.55 0 0.17 234.38 0.59 0.58
Hex 53 5F D3 3D 37 0 11 EA 3B 3A
Octal 123 137 323 75 67 0 21 352 73 72
Binary 1010011 1011111 11010011 111101 110111 0 10001 11101010 111011 111010

Color Harmonies of #535FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FD3

Black with #535FD3

Text Example


Text Example

White with #535FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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